#24552E

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

Shades of Kaitoke Green #24552E

Tints of Kaitoke Green #24552E

Color information

#24552E (or 0x24552E) is unknown color: approx Kaitoke Green. HEX triplet: 24, 55 and 2E. RGB value is (36,85,46). Sum of RGB (Red+Green+Blue) = 36+85+46=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #24552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24552E is #DBAAD1. Grayscale: #424242. Windows color (decimal): -14396114 or 3036452. OLE color: 3036452.

HSL color Cylindrical-coordinate representation of color #24552E: hue angle of 132.24º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24552E is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB368546-
CMYK0.5800.460.67
HSL132.24º40.5%23.73%-
HSV(B)132.24º57.65%33.33%-
XYZ4.477.073.71-
YUV65.9116.77106.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=21.56%
G=50.90%
B=27.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685460.5800.460.67132.2440.523.73
Hex24552E3A02E43842818
Octal4412556720561032045030
Binary1001001010101101110111010010111010000111000010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24552E; }

 p { color: rgb(36,85,46); }

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

<style>
 a { background-color: #24552E; }

 a { background-color: rgb(36,85,46); }

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

<style>
 span { border-color: #24552E; }

 span { border-color: rgb(36,85,46); }

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