Html Css Color HEX #24424D Green Vogue

📋 copy color: '#24424D'

red 36 ◦ green 66 ◦ blue 77

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

Shades of Green Vogue #24424D

Tints of Green Vogue #24424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 43.02%

R = 20.11%
G = 36.87%
B = 43.02%

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

#24424D (or 0x24424D) is known color: Green Vogue. HEX triplet: 24, 42 and 4D. RGB value is (36,66,77). Sum of RGB (Red+Green+Blue) = 36+66+77=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #24424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24424D is #DBBDB2. Grayscale: #3A3A3A. Windows color (decimal): -14400947 or 5063204. OLE color: 5063204.

HSL color Cylindrical-coordinate representation of color #24424D: hue angle of 196.1º 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 #24424D is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 66 77 -
CMYK 0.53 0.14 0 0.70
HSL 196.1º 0.36% 0.22% -
HSV(B) 196.1º 0.53% 0.3% -
XYZ 4.02 4.81 7.74 -
YUV 58.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 36 66 77 0.53 0.14 0 0.70 196.1 0.36 0.22
Hex 24 42 4D 35 E 0 46 C4 24 16
Octal 44 102 115 65 16 0 106 304 44 26
Binary 100100 1000010 1001101 110101 1110 0 1000110 11000100 100100 10110

Color Harmonies of #24424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24424D

Black with #24424D

Text Example


Text Example

White with #24424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24424D; }

 p { color: rgb(36,66,77); }

 H1.HeaderClassName
 {
   color: #24424D;
 }
 .AnyTagClassName
 {
   color: #24424D;
 }
</style>

background-color css

<style>
 a { background-color: #24424D; }

 a { background-color: rgb(36,66,77); }

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

border-color css

<style>
 span { border-color: #24424D; }

 span { border-color: rgb(36,66,77); }

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