Shades of Camarone #205F31
Tints of Camarone #205F31
RGB
CMYK
RGB Variations
Color information
#205F31 (or 0x205F31) is known color: Camarone. HEX triplet: 20, 5F and 31. RGB value is (32,95,49). Sum of RGB (Red+Green+Blue) = 32+95+49=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #205F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F31 is #DFA0CE. Grayscale: #474747. Windows color (decimal): -14655695 or 3235616. OLE color: 3235616.
HSL color Cylindrical-coordinate representation of color #205F31: hue angle of 136.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F31 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 49 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.63 |
| HSL | 136.19º | 0.5% | 0.25% | - |
| HSV(B) | 136.19º | 0.66% | 0.37% | - |
| XYZ | 5.24 | 8.71 | 4.31 | - |
| YUV | 70.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 49 | 0.66 | 0 | 0.48 | 0.63 | 136.19 | 0.5 | 0.25 |
| Hex | 20 | 5F | 31 | 42 | 0 | 30 | 3F | 88 | 32 | 19 |
| Octal | 40 | 137 | 61 | 102 | 0 | 60 | 77 | 210 | 62 | 31 |
| Binary | 100000 | 1011111 | 110001 | 1000010 | 0 | 110000 | 111111 | 10001000 | 110010 | 11001 |
Color Harmonies of #205F31
Complementary color
Monochromatic Colors of #205F31
Black with #205F31
Text Example
Text Example
White with #205F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F31; }
p { color: rgb(32,95,49); }
H1.HeaderClassName
{
color: #205F31;
}
.AnyTagClassName
{
color: #205F31;
}
</style>
background-color css
<style>
a { background-color: #205F31; }
a { background-color: rgb(32,95,49); }
div.DivClassName
{
background-color: #205F31;
}
.BgClassName
{
background-color: #205F31;
}
</style>
border-color css
<style>
span { border-color: #205F31; }
span { border-color: rgb(32,95,49); }
td.TdClassName
{
border-color: #205F31;
}
.TagClassName
{
border-color: #205F31;
}
</style>