#20522D

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

Shades of Kaitoke Green #20522D

Tints of Kaitoke Green #20522D

Color information

#20522D (or 0x20522D) is unknown color: approx Kaitoke Green. HEX triplet: 20, 52 and 2D. RGB value is (32,82,45). Sum of RGB (Red+Green+Blue) = 32+82+45=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #20522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20522D is #DFADD2. Grayscale: #3E3E3E. Windows color (decimal): -14659027 or 2970144. OLE color: 2970144.

HSL color Cylindrical-coordinate representation of color #20522D: hue angle of 135.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20522D is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB328245-
CMYK0.6100.450.68
HSL135.6º43.86%22.35%-
HSV(B)135.6º60.98%32.16%-
XYZ4.096.533.53-
YUV62.83117.94106.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 82 (32.42% from 255) = 51.57%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=20.13%
G=51.57%
B=28.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282450.6100.450.68135.643.8622.35
Hex20522D3D02D44882c16
Octal4012255750551042105426
Binary1000001010010101101111101010110110001001000100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20522D; }

 p { color: rgb(32,82,45); }

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

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

 a { background-color: rgb(32,82,45); }

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

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

 span { border-color: rgb(32,82,45); }

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