#24404B

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

Shades of Green Vogue #24404B

Tints of Green Vogue #24404B

Color information

#24404B (or 0x24404B) is unknown color: approx Green Vogue. HEX triplet: 24, 40 and 4B. RGB value is (36,64,75). Sum of RGB (Red+Green+Blue) = 36+64+75=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #24404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24404B is #DBBFB4. Grayscale: #383838. Windows color (decimal): -14401461 or 4931620. OLE color: 4931620.

HSL color Cylindrical-coordinate representation of color #24404B: hue angle of 196.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #24404B is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB366475-
CMYK0.520.1500.71
HSL196.92º35.14%21.76%-
HSV(B)196.92º52%29.41%-
XYZ3.834.557.33-
YUV56.88138.22113.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=20.57%
G=36.57%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3664750.520.1500.71196.9235.1421.76
Hex24404B34F047c52316
Octal44100113641701073054326
Binary100100100000010010111101001111010001111100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24404B; }

 p { color: rgb(36,64,75); }

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

<style>
 a { background-color: #24404B; }

 a { background-color: rgb(36,64,75); }

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

<style>
 span { border-color: #24404B; }

 span { border-color: rgb(36,64,75); }

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