#245D36

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

Shades of Kaitoke Green #245D36

Tints of Kaitoke Green #245D36

Color information

#245D36 (or 0x245D36) is unknown color: approx Kaitoke Green. HEX triplet: 24, 5D and 36. RGB value is (36,93,54). Sum of RGB (Red+Green+Blue) = 36+93+54=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #245D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D36 is #DBA2C9. Grayscale: #474747. Windows color (decimal): -14394058 or 3562788. OLE color: 3562788.

HSL color Cylindrical-coordinate representation of color #245D36: hue angle of 138.95º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245D36 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB369354-
CMYK0.6100.420.64
HSL138.95º44.19%25.29%-
HSV(B)138.95º61.29%36.47%-
XYZ5.318.474.85-
YUV71.51118.12102.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.67%
GREEN value IS 93 (36.72% from 255) = 50.82%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=19.67%
G=50.82%
B=29.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3693540.6100.420.64138.9544.1925.29
Hex245D363D02A408b2c19
Octal4413566750521002135431
Binary1001001011101110110111101010101010000001000101110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245D36; }

 p { color: rgb(36,93,54); }

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

<style>
 a { background-color: #245D36; }

 a { background-color: rgb(36,93,54); }

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

<style>
 span { border-color: #245D36; }

 span { border-color: rgb(36,93,54); }

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