#24412C

Color #24412C Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #24412C

Tints of Gordons Green #24412C

Color information

#24412C (or 0x24412C) is unknown color: approx Gordons Green. HEX triplet: 24, 41 and 2C. RGB value is (36,65,44). Sum of RGB (Red+Green+Blue) = 36+65+44=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #24412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24412C is #DBBED3. Grayscale: #353535. Windows color (decimal): -14401236 or 2900260. OLE color: 2900260.

HSL color Cylindrical-coordinate representation of color #24412C: hue angle of 136.55º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #24412C is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB366544-
CMYK0.4500.320.75
HSL136.55º28.71%19.8%-
HSV(B)136.55º44.62%25.49%-
XYZ3.074.343.06-
YUV53.93122.39115.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=24.83%
G=44.83%
B=30.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3665440.4500.320.75136.5528.7119.8
Hex24412C2D0204B891d14
Octal4410154550401132113524
Binary100100100000110110010110101000001001011100010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24412C; }

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

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

<style>
 a { background-color: #24412C; }

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

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

<style>
 span { border-color: #24412C; }

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

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