Shades of Camarone #117229
Tints of Camarone #117229
RGB
CMYK
RGB Variations
Color information
#117229 (or 0x117229) is known color: Camarone. HEX triplet: 11, 72 and 29. RGB value is (17,114,41). Sum of RGB (Red+Green+Blue) = 17+114+41=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #117229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117229 is #EE8DD6. Grayscale: #4C4C4C. Windows color (decimal): -15633879 or 2716177. OLE color: 2716177.
HSL color Cylindrical-coordinate representation of color #117229: hue angle of 134.85º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117229 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 114 | 41 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.55 |
| HSL | 134.85º | 0.74% | 0.26% | - |
| HSV(B) | 134.85º | 0.85% | 0.45% | - |
| XYZ | 6.65 | 12.31 | 4.12 | - |
| YUV | 76.68 | 107.86 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 41 | 0.85 | 0 | 0.64 | 0.55 | 134.85 | 0.74 | 0.26 |
| Hex | 11 | 72 | 29 | 55 | 0 | 40 | 37 | 87 | 4A | 1A |
| Octal | 21 | 162 | 51 | 125 | 0 | 100 | 67 | 207 | 112 | 32 |
| Binary | 10001 | 1110010 | 101001 | 1010101 | 0 | 1000000 | 110111 | 10000111 | 1001010 | 11010 |
Color Harmonies of #117229
Complementary color
Monochromatic Colors of #117229
Black with #117229
Text Example
Text Example
White with #117229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117229; }
p { color: rgb(17,114,41); }
H1.HeaderClassName
{
color: #117229;
}
.AnyTagClassName
{
color: #117229;
}
</style>
background-color css
<style>
a { background-color: #117229; }
a { background-color: rgb(17,114,41); }
div.DivClassName
{
background-color: #117229;
}
.BgClassName
{
background-color: #117229;
}
</style>
border-color css
<style>
span { border-color: #117229; }
span { border-color: rgb(17,114,41); }
td.TdClassName
{
border-color: #117229;
}
.TagClassName
{
border-color: #117229;
}
</style>