#245A36

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

Shades of Kaitoke Green #245A36

Tints of Kaitoke Green #245A36

Color information

#245A36 (or 0x245A36) is unknown color: approx Kaitoke Green. HEX triplet: 24, 5A and 36. RGB value is (36,90,54). Sum of RGB (Red+Green+Blue) = 36+90+54=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #245A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A36 is #DBA5C9. Grayscale: #454545. Windows color (decimal): -14394826 or 3562020. OLE color: 3562020.

HSL color Cylindrical-coordinate representation of color #245A36: hue angle of 140º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A36 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB369054-
CMYK0.6000.400.65
HSL140º42.86%24.71%-
HSV(B)140º60%35.29%-
XYZ5.057.954.76-
YUV69.75119.11103.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20%
GREEN value IS 90 (35.55% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 30%
R=20%
G=50%
B=30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3690540.6000.400.6514042.8624.71
Hex245A363C028418c2b19
Octal4413266740501012145331
Binary1001001011010110110111100010100010000011000110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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