Html Css Color HEX #24414C Green Vogue

📋 copy color: '#24414C'

red 36 ◦ green 65 ◦ blue 76

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

Shades of Green Vogue #24414C

Tints of Green Vogue #24414C

RGB

 RED value IS 36 (14.45% from 255) = 20.34%

 GREEN value IS 65 (25.78% from 255) = 36.72%

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

R = 20.34%
G = 36.72%
B = 42.94%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24414C (or 0x24414C) is known color: Green Vogue. HEX triplet: 24, 41 and 4C. RGB value is (36,65,76). Sum of RGB (Red+Green+Blue) = 36+65+76=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 65 (25.78% from 255 or 36.72% 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 #24414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24414C is #DBBEB3. Grayscale: #393939. Windows color (decimal): -14401204 or 4997412. OLE color: 4997412.

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

Color convert

RGB 36 65 76 -
CMYK 0.53 0.14 0 0.70
HSL 196.5º 0.36% 0.22% -
HSV(B) 196.5º 0.53% 0.3% -
XYZ 3.92 4.68 7.53 -
YUV 57.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 36 65 76 0.53 0.14 0 0.70 196.5 0.36 0.22
Hex 24 41 4C 35 E 0 46 C4 24 16
Octal 44 101 114 65 16 0 106 304 44 26
Binary 100100 1000001 1001100 110101 1110 0 1000110 11000100 100100 10110

Color Harmonies of #24414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24414C

Black with #24414C

Text Example


Text Example

White with #24414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,65,76); }

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

background-color css

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

 a { background-color: rgb(36,65,76); }

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

border-color css

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

 span { border-color: rgb(36,65,76); }

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