#205235

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

Shades of Kaitoke Green #205235

Tints of Kaitoke Green #205235

Color information

#205235 (or 0x205235) is unknown color: approx Kaitoke Green. HEX triplet: 20, 52 and 35. RGB value is (32,82,53). Sum of RGB (Red+Green+Blue) = 32+82+53=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #205235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205235 is #DFADCA. Grayscale: #3F3F3F. Windows color (decimal): -14659019 or 3494432. OLE color: 3494432.

HSL color Cylindrical-coordinate representation of color #205235: hue angle of 145.2º 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 #205235 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB328253-
CMYK0.6100.350.68
HSL145.2º43.86%22.35%-
HSV(B)145.2º60.98%32.16%-
XYZ4.266.64.42-
YUV63.74121.94105.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=19.16%
G=49.10%
B=31.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282530.6100.350.68145.243.8622.35
Hex2052353D02344912c16
Octal4012265750431042215426
Binary1000001010010110101111101010001110001001001000110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205235; }

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

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

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

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

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

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

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

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