Shades of Camarone #217735
Tints of Camarone #217735
RGB
CMYK
RGB Variations
Color information
#217735 (or 0x217735) is known color: Camarone. HEX triplet: 21, 77 and 35. RGB value is (33,119,53). Sum of RGB (Red+Green+Blue) = 33+119+53=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #217735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217735 is #DE88CA. Grayscale: #555555. Windows color (decimal): -14584011 or 3503905. OLE color: 3503905.
HSL color Cylindrical-coordinate representation of color #217735: hue angle of 133.95º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217735 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 119 | 53 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.53 |
| HSL | 133.95º | 0.57% | 0.3% | - |
| HSV(B) | 133.95º | 0.72% | 0.47% | - |
| XYZ | 7.87 | 13.77 | 5.61 | - |
| YUV | 85.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 53 | 0.72 | 0 | 0.55 | 0.53 | 133.95 | 0.57 | 0.3 |
| Hex | 21 | 77 | 35 | 48 | 0 | 37 | 35 | 86 | 39 | 1E |
| Octal | 41 | 167 | 65 | 110 | 0 | 67 | 65 | 206 | 71 | 36 |
| Binary | 100001 | 1110111 | 110101 | 1001000 | 0 | 110111 | 110101 | 10000110 | 111001 | 11110 |
Color Harmonies of #217735
Complementary color
Monochromatic Colors of #217735
Black with #217735
Text Example
Text Example
White with #217735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217735; }
p { color: rgb(33,119,53); }
H1.HeaderClassName
{
color: #217735;
}
.AnyTagClassName
{
color: #217735;
}
</style>
background-color css
<style>
a { background-color: #217735; }
a { background-color: rgb(33,119,53); }
div.DivClassName
{
background-color: #217735;
}
.BgClassName
{
background-color: #217735;
}
</style>
border-color css
<style>
span { border-color: #217735; }
span { border-color: rgb(33,119,53); }
td.TdClassName
{
border-color: #217735;
}
.TagClassName
{
border-color: #217735;
}
</style>