#24532D

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

Shades of Kaitoke Green #24532D

Tints of Kaitoke Green #24532D

Color information

#24532D (or 0x24532D) is unknown color: approx Kaitoke Green. HEX triplet: 24, 53 and 2D. RGB value is (36,83,45). Sum of RGB (Red+Green+Blue) = 36+83+45=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #24532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24532D is #DBACD2. Grayscale: #404040. Windows color (decimal): -14396627 or 2970404. OLE color: 2970404.

HSL color Cylindrical-coordinate representation of color #24532D: hue angle of 131.49º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24532D is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB368345-
CMYK0.5700.460.67
HSL131.49º39.5%23.33%-
HSV(B)131.49º56.63%32.55%-
XYZ4.296.753.56-
YUV64.61116.93107.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=21.95%
G=50.61%
B=27.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3683450.5700.460.67131.4939.523.33
Hex24532D3902E43832717
Octal4412355710561032034727
Binary1001001010011101101111001010111010000111000001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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