#245532

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

Shades of Kaitoke Green #245532

Tints of Kaitoke Green #245532

Color information

#245532 (or 0x245532) is unknown color: approx Kaitoke Green. HEX triplet: 24, 55 and 32. RGB value is (36,85,50). Sum of RGB (Red+Green+Blue) = 36+85+50=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #245532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245532 is #DBAACD. Grayscale: #424242. Windows color (decimal): -14396110 or 3298596. OLE color: 3298596.

HSL color Cylindrical-coordinate representation of color #245532: hue angle of 137.14º 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 #245532 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB368550-
CMYK0.5800.410.67
HSL137.14º40.5%23.73%-
HSV(B)137.14º57.65%33.33%-
XYZ4.557.14.15-
YUV66.36118.77106.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.05%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=21.05%
G=49.71%
B=29.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685500.5800.410.67137.1440.523.73
Hex2455323A02943892818
Octal4412562720511032115030
Binary1001001010101110010111010010100110000111000100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245532; }

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

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

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

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

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

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

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

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