Shades of Camarone #117424
Tints of Camarone #117424
RGB
CMYK
RGB Variations
Color information
#117424 (or 0x117424) is known color: Camarone. HEX triplet: 11, 74 and 24. RGB value is (17,116,36). Sum of RGB (Red+Green+Blue) = 17+116+36=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 116 (45.70% from 255 or 68.64% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 116 - color contains mainly: green. Hex color #117424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117424 is #EE8BDB. Grayscale: #4D4D4D. Windows color (decimal): -15633372 or 2389009. OLE color: 2389009.
HSL color Cylindrical-coordinate representation of color #117424: hue angle of 131.52º 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 #117424 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 36 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.55 |
| HSL | 131.52º | 0.74% | 0.26% | - |
| HSV(B) | 131.52º | 0.85% | 0.45% | - |
| XYZ | 6.79 | 12.74 | 3.77 | - |
| YUV | 77.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 36 | 0.85 | 0 | 0.69 | 0.55 | 131.52 | 0.74 | 0.26 |
| Hex | 11 | 74 | 24 | 55 | 0 | 45 | 37 | 84 | 4A | 1A |
| Octal | 21 | 164 | 44 | 125 | 0 | 105 | 67 | 204 | 112 | 32 |
| Binary | 10001 | 1110100 | 100100 | 1010101 | 0 | 1000101 | 110111 | 10000100 | 1001010 | 11010 |
Color Harmonies of #117424
Complementary color
Monochromatic Colors of #117424
Black with #117424
Text Example
Text Example
White with #117424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117424; }
p { color: rgb(17,116,36); }
H1.HeaderClassName
{
color: #117424;
}
.AnyTagClassName
{
color: #117424;
}
</style>
background-color css
<style>
a { background-color: #117424; }
a { background-color: rgb(17,116,36); }
div.DivClassName
{
background-color: #117424;
}
.BgClassName
{
background-color: #117424;
}
</style>
border-color css
<style>
span { border-color: #117424; }
span { border-color: rgb(17,116,36); }
td.TdClassName
{
border-color: #117424;
}
.TagClassName
{
border-color: #117424;
}
</style>