#204C32

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

Shades of Kaitoke Green #204C32

Tints of Kaitoke Green #204C32

Color information

#204C32 (or 0x204C32) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4C and 32. RGB value is (32,76,50). Sum of RGB (Red+Green+Blue) = 32+76+50=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #204C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C32 is #DFB3CD. Grayscale: #3B3B3B. Windows color (decimal): -14660558 or 3296288. OLE color: 3296288.

HSL color Cylindrical-coordinate representation of color #204C32: hue angle of 144.55º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204C32 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB327650-
CMYK0.5800.340.70
HSL144.55º40.74%21.18%-
HSV(B)144.55º57.89%29.8%-
XYZ3.765.713.92-
YUV59.88122.42108.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 76 (30.08% from 255) = 48.10%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=20.25%
G=48.10%
B=31.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3276500.5800.340.70144.5540.7421.18
Hex204C323A02246912915
Octal4011462720421062215125
Binary1000001001100110010111010010001010001101001000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204C32; }

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

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

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

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

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

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

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

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