Shades of Camarone #205E32
Tints of Camarone #205E32
RGB
CMYK
RGB Variations
Color information
#205E32 (or 0x205E32) is known color: Camarone. HEX triplet: 20, 5E and 32. RGB value is (32,94,50). Sum of RGB (Red+Green+Blue) = 32+94+50=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 94 (37.11% from 255 or 53.41% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 94 - color contains mainly: green. Hex color #205E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205E32 is #DFA1CD. Grayscale: #464646. Windows color (decimal): -14655950 or 3300896. OLE color: 3300896.
HSL color Cylindrical-coordinate representation of color #205E32: hue angle of 137.42º degrees, saturation: 0.49, 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 #205E32 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 94 | 50 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.63 |
| HSL | 137.42º | 0.49% | 0.25% | - |
| HSV(B) | 137.42º | 0.66% | 0.37% | - |
| XYZ | 5.17 | 8.54 | 4.39 | - |
| YUV | 70.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 50 | 0.66 | 0 | 0.47 | 0.63 | 137.42 | 0.49 | 0.25 |
| Hex | 20 | 5E | 32 | 42 | 0 | 2F | 3F | 89 | 31 | 19 |
| Octal | 40 | 136 | 62 | 102 | 0 | 57 | 77 | 211 | 61 | 31 |
| Binary | 100000 | 1011110 | 110010 | 1000010 | 0 | 101111 | 111111 | 10001001 | 110001 | 11001 |
Color Harmonies of #205E32
Complementary color
Monochromatic Colors of #205E32
Black with #205E32
Text Example
Text Example
White with #205E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E32; }
p { color: rgb(32,94,50); }
H1.HeaderClassName
{
color: #205E32;
}
.AnyTagClassName
{
color: #205E32;
}
</style>
background-color css
<style>
a { background-color: #205E32; }
a { background-color: rgb(32,94,50); }
div.DivClassName
{
background-color: #205E32;
}
.BgClassName
{
background-color: #205E32;
}
</style>
border-color css
<style>
span { border-color: #205E32; }
span { border-color: rgb(32,94,50); }
td.TdClassName
{
border-color: #205E32;
}
.TagClassName
{
border-color: #205E32;
}
</style>