Html Css Color HEX #23464B Green Vogue

📋 copy color: '#23464B'

red 35 ◦ green 70 ◦ blue 75

#23464B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #23464B

Tints of Green Vogue #23464B

RGB

 RED value IS 35 (14.06% from 255) = 19.44%

 GREEN value IS 70 (27.73% from 255) = 38.89%

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 19.44%
G = 38.89%
B = 41.67%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#23464B (or 0x23464B) is known color: Green Vogue. HEX triplet: 23, 46 and 4B. RGB value is (35,70,75). Sum of RGB (Red+Green+Blue) = 35+70+75=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #23464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23464B is #DCB9B4. Grayscale: #3C3C3C. Windows color (decimal): -14465461 or 4933155. OLE color: 4933155.

HSL color Cylindrical-coordinate representation of color #23464B: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23464B is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 70 75 -
CMYK 0.53 0.07 0 0.71
HSL 187.5º 0.36% 0.22% -
HSV(B) 187.5º 0.53% 0.29% -
XYZ 4.15 5.25 7.45 -
YUV 60.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 35 70 75 0.53 0.07 0 0.71 187.5 0.36 0.22
Hex 23 46 4B 35 7 0 47 BC 24 16
Octal 43 106 113 65 7 0 107 274 44 26
Binary 100011 1000110 1001011 110101 111 0 1000111 10111100 100100 10110

Color Harmonies of #23464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23464B

Black with #23464B

Text Example


Text Example

White with #23464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23464B; }

 p { color: rgb(35,70,75); }

 H1.HeaderClassName
 {
   color: #23464B;
 }
 .AnyTagClassName
 {
   color: #23464B;
 }
</style>

background-color css

<style>
 a { background-color: #23464B; }

 a { background-color: rgb(35,70,75); }

 div.DivClassName
 {
   background-color: #23464B;
 }
 .BgClassName
 {
   background-color: #23464B;
 }
</style>

border-color css

<style>
 span { border-color: #23464B; }

 span { border-color: rgb(35,70,75); }

 td.TdClassName
 {
   border-color: #23464B;
 }
 .TagClassName
 {
   border-color: #23464B;
 }
</style>