Shades of Camarone #117529
Tints of Camarone #117529
RGB
CMYK
RGB Variations
Color information
#117529 (or 0x117529) is known color: Camarone. HEX triplet: 11, 75 and 29. RGB value is (17,117,41). Sum of RGB (Red+Green+Blue) = 17+117+41=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #117529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117529 is #EE8AD6. Grayscale: #4E4E4E. Windows color (decimal): -15633111 or 2716945. OLE color: 2716945.
HSL color Cylindrical-coordinate representation of color #117529: hue angle of 134.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117529 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 117 | 41 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.54 |
| HSL | 134.4º | 0.75% | 0.26% | - |
| HSV(B) | 134.4º | 0.85% | 0.46% | - |
| XYZ | 6.99 | 13 | 4.24 | - |
| YUV | 78.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 41 | 0.85 | 0 | 0.65 | 0.54 | 134.4 | 0.75 | 0.26 |
| Hex | 11 | 75 | 29 | 55 | 0 | 41 | 36 | 86 | 4B | 1A |
| Octal | 21 | 165 | 51 | 125 | 0 | 101 | 66 | 206 | 113 | 32 |
| Binary | 10001 | 1110101 | 101001 | 1010101 | 0 | 1000001 | 110110 | 10000110 | 1001011 | 11010 |
Color Harmonies of #117529
Complementary color
Monochromatic Colors of #117529
Black with #117529
Text Example
Text Example
White with #117529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117529; }
p { color: rgb(17,117,41); }
H1.HeaderClassName
{
color: #117529;
}
.AnyTagClassName
{
color: #117529;
}
</style>
background-color css
<style>
a { background-color: #117529; }
a { background-color: rgb(17,117,41); }
div.DivClassName
{
background-color: #117529;
}
.BgClassName
{
background-color: #117529;
}
</style>
border-color css
<style>
span { border-color: #117529; }
span { border-color: rgb(17,117,41); }
td.TdClassName
{
border-color: #117529;
}
.TagClassName
{
border-color: #117529;
}
</style>