Shades of Crusoe #205C31
Tints of Crusoe #205C31
RGB
CMYK
RGB Variations
Color information
#205C31 (or 0x205C31) is known color: Crusoe. HEX triplet: 20, 5C and 31. RGB value is (32,92,49). Sum of RGB (Red+Green+Blue) = 32+92+49=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #205C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C31 is #DFA3CE. Grayscale: #454545. Windows color (decimal): -14656463 or 3234848. OLE color: 3234848.
HSL color Cylindrical-coordinate representation of color #205C31: hue angle of 137º 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 #205C31 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 92 | 49 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.64 |
| HSL | 137º | 0.48% | 0.24% | - |
| HSV(B) | 137º | 0.65% | 0.36% | - |
| XYZ | 4.98 | 8.18 | 4.22 | - |
| YUV | 69.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 49 | 0.65 | 0 | 0.47 | 0.64 | 137 | 0.48 | 0.24 |
| Hex | 20 | 5C | 31 | 41 | 0 | 2F | 40 | 89 | 30 | 18 |
| Octal | 40 | 134 | 61 | 101 | 0 | 57 | 100 | 211 | 60 | 30 |
| Binary | 100000 | 1011100 | 110001 | 1000001 | 0 | 101111 | 1000000 | 10001001 | 110000 | 11000 |
Color Harmonies of #205C31
Complementary color
Monochromatic Colors of #205C31
Black with #205C31
Text Example
Text Example
White with #205C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C31; }
p { color: rgb(32,92,49); }
H1.HeaderClassName
{
color: #205C31;
}
.AnyTagClassName
{
color: #205C31;
}
</style>
background-color css
<style>
a { background-color: #205C31; }
a { background-color: rgb(32,92,49); }
div.DivClassName
{
background-color: #205C31;
}
.BgClassName
{
background-color: #205C31;
}
</style>
border-color css
<style>
span { border-color: #205C31; }
span { border-color: rgb(32,92,49); }
td.TdClassName
{
border-color: #205C31;
}
.TagClassName
{
border-color: #205C31;
}
</style>