#205B35

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

Shades of Kaitoke Green #205B35

Tints of Kaitoke Green #205B35

Color information

#205B35 (or 0x205B35) is unknown color: approx Kaitoke Green. HEX triplet: 20, 5B and 35. RGB value is (32,91,53). Sum of RGB (Red+Green+Blue) = 32+91+53=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #205B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205B35 is #DFA4CA. Grayscale: #454545. Windows color (decimal): -14656715 or 3496736. OLE color: 3496736.

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

Color convert

RGB329153-
CMYK0.6500.420.64
HSL141.36º47.97%24.12%-
HSV(B)141.36º64.84%35.69%-
XYZ4.988.054.66-
YUV69.03118.95101.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 91 (35.94% from 255) = 51.70%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=18.18%
G=51.70%
B=30.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3291530.6500.420.64141.3647.9724.12
Hex205B354102A408d3018
Octal40133651010521002156030
Binary10000010110111101011000001010101010000001000110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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