#24404D

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

Shades of Green Vogue #24404D

Tints of Green Vogue #24404D

Color information

#24404D (or 0x24404D) is unknown color: approx Green Vogue. HEX triplet: 24, 40 and 4D. RGB value is (36,64,77). Sum of RGB (Red+Green+Blue) = 36+64+77=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #24404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24404D is #DBBFB2. Grayscale: #393939. Windows color (decimal): -14401459 or 5062692. OLE color: 5062692.

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

Color convert

RGB366477-
CMYK0.530.1700.70
HSL199.02º36.28%22.16%-
HSV(B)199.02º53.25%30.2%-
XYZ3.94.587.7-
YUV57.11139.22112.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.34%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=20.34%
G=36.16%
B=43.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3664770.530.1700.70199.0236.2822.16
Hex24404D3511046c72416
Octal44100115652101063074426
Binary1001001000000100110111010110001010001101100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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