#24414D

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

Shades of Green Vogue #24414D

Tints of Green Vogue #24414D

Color information

#24414D (or 0x24414D) is unknown color: approx Green Vogue. HEX triplet: 24, 41 and 4D. RGB value is (36,65,77). Sum of RGB (Red+Green+Blue) = 36+65+77=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #24414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24414D is #DBBEB2. Grayscale: #393939. Windows color (decimal): -14401203 or 5062948. OLE color: 5062948.

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

Color convert

RGB366577-
CMYK0.530.1600.70
HSL197.56º36.28%22.16%-
HSV(B)197.56º53.25%30.2%-
XYZ3.964.697.72-
YUV57.7138.89112.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.22%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=20.22%
G=36.52%
B=43.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3665770.530.1600.70197.5636.2822.16
Hex24414D3510046c62416
Octal44101115652001063064426
Binary1001001000001100110111010110000010001101100011010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24414D;
 }
 .AnyTagClassName
 {
   color: #24414D;
 }
</style>
background-color css

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

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

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

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

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

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