Html Css Color HEX #23424C Green Vogue

📋 copy color: '#23424C'

red 35 ◦ green 66 ◦ blue 76

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

Shades of Green Vogue #23424C

Tints of Green Vogue #23424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 76 (30.08% from 255) = 42.94%

R = 19.77%
G = 37.29%
B = 42.94%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23424C (or 0x23424C) is known color: Green Vogue. HEX triplet: 23, 42 and 4C. RGB value is (35,66,76). Sum of RGB (Red+Green+Blue) = 35+66+76=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #23424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23424C is #DCBDB3. Grayscale: #393939. Windows color (decimal): -14466484 or 4997667. OLE color: 4997667.

HSL color Cylindrical-coordinate representation of color #23424C: hue angle of 194.63º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23424C is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 66 76 -
CMYK 0.54 0.13 0 0.70
HSL 194.63º 0.37% 0.22% -
HSV(B) 194.63º 0.54% 0.3% -
XYZ 3.95 4.78 7.55 -
YUV 57.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 35 66 76 0.54 0.13 0 0.70 194.63 0.37 0.22
Hex 23 42 4C 36 D 0 46 C3 25 16
Octal 43 102 114 66 15 0 106 303 45 26
Binary 100011 1000010 1001100 110110 1101 0 1000110 11000011 100101 10110

Color Harmonies of #23424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23424C

Black with #23424C

Text Example


Text Example

White with #23424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23424C; }

 p { color: rgb(35,66,76); }

 H1.HeaderClassName
 {
   color: #23424C;
 }
 .AnyTagClassName
 {
   color: #23424C;
 }
</style>

background-color css

<style>
 a { background-color: #23424C; }

 a { background-color: rgb(35,66,76); }

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

border-color css

<style>
 span { border-color: #23424C; }

 span { border-color: rgb(35,66,76); }

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