Shades of Crusoe #205C32
Tints of Crusoe #205C32
RGB
CMYK
RGB Variations
Color information
#205C32 (or 0x205C32) is known color: Crusoe. HEX triplet: 20, 5C and 32. RGB value is (32,92,50). Sum of RGB (Red+Green+Blue) = 32+92+50=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #205C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C32 is #DFA3CD. Grayscale: #454545. Windows color (decimal): -14656462 or 3300384. OLE color: 3300384.
HSL color Cylindrical-coordinate representation of color #205C32: hue angle of 138º 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 #205C32 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 92 | 50 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.64 |
| HSL | 138º | 0.48% | 0.24% | - |
| HSV(B) | 138º | 0.65% | 0.36% | - |
| XYZ | 5 | 8.19 | 4.34 | - |
| YUV | 69.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 50 | 0.65 | 0 | 0.46 | 0.64 | 138 | 0.48 | 0.24 |
| Hex | 20 | 5C | 32 | 41 | 0 | 2E | 40 | 8A | 30 | 18 |
| Octal | 40 | 134 | 62 | 101 | 0 | 56 | 100 | 212 | 60 | 30 |
| Binary | 100000 | 1011100 | 110010 | 1000001 | 0 | 101110 | 1000000 | 10001010 | 110000 | 11000 |
Color Harmonies of #205C32
Complementary color
Monochromatic Colors of #205C32
Black with #205C32
Text Example
Text Example
White with #205C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C32; }
p { color: rgb(32,92,50); }
H1.HeaderClassName
{
color: #205C32;
}
.AnyTagClassName
{
color: #205C32;
}
</style>
background-color css
<style>
a { background-color: #205C32; }
a { background-color: rgb(32,92,50); }
div.DivClassName
{
background-color: #205C32;
}
.BgClassName
{
background-color: #205C32;
}
</style>
border-color css
<style>
span { border-color: #205C32; }
span { border-color: rgb(32,92,50); }
td.TdClassName
{
border-color: #205C32;
}
.TagClassName
{
border-color: #205C32;
}
</style>