#205D33

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

Shades of Crusoe #205D33

Tints of Crusoe #205D33

Color information

#205D33 (or 0x205D33) is unknown color: approx Crusoe. HEX triplet: 20, 5D and 33. RGB value is (32,93,51). Sum of RGB (Red+Green+Blue) = 32+93+51=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #205D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D33 is #DFA2CC. Grayscale: #464646. Windows color (decimal): -14656205 or 3366176. OLE color: 3366176.

HSL color Cylindrical-coordinate representation of color #205D33: hue angle of 138.69º 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 #205D33 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB329351-
CMYK0.6600.450.64
HSL138.69º48.8%24.51%-
HSV(B)138.69º65.59%36.47%-
XYZ5.118.374.48-
YUV69.97117.29100.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 93 (36.72% from 255) = 52.84%
BLUE value IS 51 (20.31% from 255) = 28.98%
R=18.18%
G=52.84%
B=28.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293510.6600.450.64138.6948.824.51
Hex205D334202D408b3119
Octal40135631020551002136131
Binary10000010111011100111000010010110110000001000101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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