#205532

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

Shades of Kaitoke Green #205532

Tints of Kaitoke Green #205532

Color information

#205532 (or 0x205532) is unknown color: approx Kaitoke Green. HEX triplet: 20, 55 and 32. RGB value is (32,85,50). Sum of RGB (Red+Green+Blue) = 32+85+50=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #205532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205532 is #DFAACD. Grayscale: #414141. Windows color (decimal): -14658254 or 3298592. OLE color: 3298592.

HSL color Cylindrical-coordinate representation of color #205532: hue angle of 140.38º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205532 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB328550-
CMYK0.6200.410.67
HSL140.38º45.3%22.94%-
HSV(B)140.38º62.35%33.33%-
XYZ4.427.034.14-
YUV65.16119.44104.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=19.16%
G=50.90%
B=29.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285500.6200.410.67140.3845.322.94
Hex2055323E029438c2d17
Octal4012562760511032145527
Binary1000001010101110010111110010100110000111000110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205532; }

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

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

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

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

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

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

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

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