#245635

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

Shades of Kaitoke Green #245635

Tints of Kaitoke Green #245635

Color information

#245635 (or 0x245635) is unknown color: approx Kaitoke Green. HEX triplet: 24, 56 and 35. RGB value is (36,86,53). Sum of RGB (Red+Green+Blue) = 36+86+53=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #245635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245635 is #DBA9CA. Grayscale: #434343. Windows color (decimal): -14395851 or 3495460. OLE color: 3495460.

HSL color Cylindrical-coordinate representation of color #245635: hue angle of 140.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245635 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB368653-
CMYK0.5800.380.66
HSL140.4º40.98%23.92%-
HSV(B)140.4º58.14%33.73%-
XYZ4.77.294.53-
YUV67.29119.94105.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 86 (33.98% from 255) = 49.14%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=20.57%
G=49.14%
B=30.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3686530.5800.380.66140.440.9823.92
Hex2456353A026428c2918
Octal4412665720461022145130
Binary1001001010110110101111010010011010000101000110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245635; }

 p { color: rgb(36,86,53); }

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

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

 a { background-color: rgb(36,86,53); }

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

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

 span { border-color: rgb(36,86,53); }

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