#24522D

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

Shades of Kaitoke Green #24522D

Tints of Kaitoke Green #24522D

Color information

#24522D (or 0x24522D) is unknown color: approx Kaitoke Green. HEX triplet: 24, 52 and 2D. RGB value is (36,82,45). Sum of RGB (Red+Green+Blue) = 36+82+45=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #24522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24522D is #DBADD2. Grayscale: #404040. Windows color (decimal): -14396883 or 2970148. OLE color: 2970148.

HSL color Cylindrical-coordinate representation of color #24522D: hue angle of 131.74º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24522D is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB368245-
CMYK0.5600.450.68
HSL131.74º38.98%23.14%-
HSV(B)131.74º56.1%32.16%-
XYZ4.226.63.53-
YUV64.03117.26108.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.09%
GREEN value IS 82 (32.42% from 255) = 50.31%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=22.09%
G=50.31%
B=27.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3682450.5600.450.68131.7438.9823.14
Hex24522D3802D44842717
Octal4412255700551042044727
Binary1001001010010101101111000010110110001001000010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,82,45); }

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

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

 a { background-color: rgb(36,82,45); }

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

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

 span { border-color: rgb(36,82,45); }

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