#245037

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

Shades of Kaitoke Green #245037

Tints of Kaitoke Green #245037

Color information

#245037 (or 0x245037) is unknown color: approx Kaitoke Green. HEX triplet: 24, 50 and 37. RGB value is (36,80,55). Sum of RGB (Red+Green+Blue) = 36+80+55=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #245037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245037 is #DBAFC8. Grayscale: #404040. Windows color (decimal): -14397385 or 3624996. OLE color: 3624996.

HSL color Cylindrical-coordinate representation of color #245037: hue angle of 145.91º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #245037 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB368055-
CMYK0.5500.310.69
HSL145.91º37.93%22.75%-
HSV(B)145.91º55%31.37%-
XYZ4.296.394.62-
YUV63.99122.92108.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.05%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 55 (21.88% from 255) = 32.16%
R=21.05%
G=46.78%
B=32.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680550.5500.310.69145.9137.9322.75
Hex2450373701F45922617
Octal4412067670371052224627
Binary100100101000011011111011101111110001011001001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245037; }

 p { color: rgb(36,80,55); }

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

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

 a { background-color: rgb(36,80,55); }

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

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

 span { border-color: rgb(36,80,55); }

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