#20552B

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

Shades of Kaitoke Green #20552B

Tints of Kaitoke Green #20552B

Color information

#20552B (or 0x20552B) is unknown color: approx Kaitoke Green. HEX triplet: 20, 55 and 2B. RGB value is (32,85,43). Sum of RGB (Red+Green+Blue) = 32+85+43=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #20552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20552B is #DFAAD4. Grayscale: #404040. Windows color (decimal): -14658261 or 2839840. OLE color: 2839840.

HSL color Cylindrical-coordinate representation of color #20552B: hue angle of 132.45º 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 #20552B is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB328543-
CMYK0.6200.490.67
HSL132.45º45.3%22.94%-
HSV(B)132.45º62.35%33.33%-
XYZ4.286.983.41-
YUV64.36115.94104.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=20%
G=53.12%
B=26.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285430.6200.490.67132.4545.322.94
Hex20552B3E03143842d17
Octal4012553760611032045527
Binary1000001010101101011111110011000110000111000010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20552B; }

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

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

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

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

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

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

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

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