Shades of Crusoe #205D32
Tints of Crusoe #205D32
RGB
CMYK
RGB Variations
Color information
#205D32 (or 0x205D32) is known color: Crusoe. HEX triplet: 20, 5D and 32. RGB value is (32,93,50). Sum of RGB (Red+Green+Blue) = 32+93+50=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #205D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D32 is #DFA2CD. Grayscale: #454545. Windows color (decimal): -14656206 or 3300640. OLE color: 3300640.
HSL color Cylindrical-coordinate representation of color #205D32: hue angle of 137.7º 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 #205D32 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 50 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.64 |
| HSL | 137.7º | 0.49% | 0.25% | - |
| HSV(B) | 137.7º | 0.66% | 0.36% | - |
| XYZ | 5.09 | 8.37 | 4.36 | - |
| YUV | 69.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 50 | 0.66 | 0 | 0.46 | 0.64 | 137.7 | 0.49 | 0.25 |
| Hex | 20 | 5D | 32 | 42 | 0 | 2E | 40 | 8A | 31 | 19 |
| Octal | 40 | 135 | 62 | 102 | 0 | 56 | 100 | 212 | 61 | 31 |
| Binary | 100000 | 1011101 | 110010 | 1000010 | 0 | 101110 | 1000000 | 10001010 | 110001 | 11001 |
Color Harmonies of #205D32
Complementary color
Monochromatic Colors of #205D32
Black with #205D32
Text Example
Text Example
White with #205D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D32; }
p { color: rgb(32,93,50); }
H1.HeaderClassName
{
color: #205D32;
}
.AnyTagClassName
{
color: #205D32;
}
</style>
background-color css
<style>
a { background-color: #205D32; }
a { background-color: rgb(32,93,50); }
div.DivClassName
{
background-color: #205D32;
}
.BgClassName
{
background-color: #205D32;
}
</style>
border-color css
<style>
span { border-color: #205D32; }
span { border-color: rgb(32,93,50); }
td.TdClassName
{
border-color: #205D32;
}
.TagClassName
{
border-color: #205D32;
}
</style>