#205A37

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

Shades of Kaitoke Green #205A37

Tints of Kaitoke Green #205A37

Color information

#205A37 (or 0x205A37) is unknown color: approx Kaitoke Green. HEX triplet: 20, 5A and 37. RGB value is (32,90,55). Sum of RGB (Red+Green+Blue) = 32+90+55=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #205A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A37 is #DFA5C8. Grayscale: #444444. Windows color (decimal): -14656969 or 3627552. OLE color: 3627552.

HSL color Cylindrical-coordinate representation of color #205A37: hue angle of 143.79º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A37 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB329055-
CMYK0.6400.390.65
HSL143.79º47.54%23.92%-
HSV(B)143.79º64.44%35.29%-
XYZ4.947.94.88-
YUV68.67120.28101.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 90 (35.55% from 255) = 50.85%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=18.08%
G=50.85%
B=31.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3290550.6400.390.65143.7947.5423.92
Hex205A374002741903018
Octal40132671000471012206030
Binary10000010110101101111000000010011110000011001000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,90,55); }

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

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

 a { background-color: rgb(32,90,55); }

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

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

 span { border-color: rgb(32,90,55); }

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