#205D36

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

Shades of Kaitoke Green #205D36

Tints of Kaitoke Green #205D36

Color information

#205D36 (or 0x205D36) is unknown color: approx Kaitoke Green. HEX triplet: 20, 5D and 36. RGB value is (32,93,54). Sum of RGB (Red+Green+Blue) = 32+93+54=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #205D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D36 is #DFA2C9. Grayscale: #464646. Windows color (decimal): -14656202 or 3562784. OLE color: 3562784.

HSL color Cylindrical-coordinate representation of color #205D36: hue angle of 141.64º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D36 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB329354-
CMYK0.6600.420.64
HSL141.64º48.8%24.51%-
HSV(B)141.64º65.59%36.47%-
XYZ5.188.44.84-
YUV70.32118.79100.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 93 (36.72% from 255) = 51.96%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=17.88%
G=51.96%
B=30.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293540.6600.420.64141.6448.824.51
Hex205D364202A408e3119
Octal40135661020521002166131
Binary10000010111011101101000010010101010000001000111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205D36; }

 p { color: rgb(32,93,54); }

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

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

 a { background-color: rgb(32,93,54); }

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

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

 span { border-color: rgb(32,93,54); }

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