Shades of Camarone #217036
Tints of Camarone #217036
RGB
CMYK
RGB Variations
Color information
#217036 (or 0x217036) is known color: Camarone. HEX triplet: 21, 70 and 36. RGB value is (33,112,54). Sum of RGB (Red+Green+Blue) = 33+112+54=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #217036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217036 is #DE8FC9. Grayscale: #515151. Windows color (decimal): -14585802 or 3567649. OLE color: 3567649.
HSL color Cylindrical-coordinate representation of color #217036: hue angle of 135.95º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217036 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 54 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.56 |
| HSL | 135.95º | 0.54% | 0.28% | - |
| HSV(B) | 135.95º | 0.71% | 0.44% | - |
| XYZ | 7.09 | 12.18 | 5.47 | - |
| YUV | 81.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 54 | 0.71 | 0 | 0.52 | 0.56 | 135.95 | 0.54 | 0.28 |
| Hex | 21 | 70 | 36 | 47 | 0 | 34 | 38 | 88 | 36 | 1C |
| Octal | 41 | 160 | 66 | 107 | 0 | 64 | 70 | 210 | 66 | 34 |
| Binary | 100001 | 1110000 | 110110 | 1000111 | 0 | 110100 | 111000 | 10001000 | 110110 | 11100 |
Color Harmonies of #217036
Complementary color
Monochromatic Colors of #217036
Black with #217036
Text Example
Text Example
White with #217036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217036; }
p { color: rgb(33,112,54); }
H1.HeaderClassName
{
color: #217036;
}
.AnyTagClassName
{
color: #217036;
}
</style>
background-color css
<style>
a { background-color: #217036; }
a { background-color: rgb(33,112,54); }
div.DivClassName
{
background-color: #217036;
}
.BgClassName
{
background-color: #217036;
}
</style>
border-color css
<style>
span { border-color: #217036; }
span { border-color: rgb(33,112,54); }
td.TdClassName
{
border-color: #217036;
}
.TagClassName
{
border-color: #217036;
}
</style>