#24424D

Color #24424D Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #24424D

Tints of Green Vogue #24424D

Color information

#24424D (or 0x24424D) is unknown color: approx 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

RGB366677-
CMYK0.530.1400.70
HSL196.1º36.28%22.16%-
HSV(B)196.1º53.25%30.2%-
XYZ4.024.817.74-
YUV58.28138.56112.11-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3666770.530.1400.70196.136.2822.16
Hex24424D35E046c42416
Octal44102115651601063044426
Binary100100100001010011011101011110010001101100010010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>