Shades of Camarone #117421
Tints of Camarone #117421
RGB
CMYK
RGB Variations
Color information
#117421 (or 0x117421) is known color: Camarone. HEX triplet: 11, 74 and 21. RGB value is (17,116,33). Sum of RGB (Red+Green+Blue) = 17+116+33=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #117421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117421 is #EE8BDE. Grayscale: #4D4D4D. Windows color (decimal): -15633375 or 2192401. OLE color: 2192401.
HSL color Cylindrical-coordinate representation of color #117421: hue angle of 129.7º 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 #117421 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 33 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.55 |
| HSL | 129.7º | 0.74% | 0.26% | - |
| HSV(B) | 129.7º | 0.85% | 0.45% | - |
| XYZ | 6.75 | 12.72 | 3.54 | - |
| YUV | 76.94 | 103.2 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 33 | 0.85 | 0 | 0.72 | 0.55 | 129.7 | 0.74 | 0.26 |
| Hex | 11 | 74 | 21 | 55 | 0 | 48 | 37 | 82 | 4A | 1A |
| Octal | 21 | 164 | 41 | 125 | 0 | 110 | 67 | 202 | 112 | 32 |
| Binary | 10001 | 1110100 | 100001 | 1010101 | 0 | 1001000 | 110111 | 10000010 | 1001010 | 11010 |
Color Harmonies of #117421
Complementary color
Monochromatic Colors of #117421
Black with #117421
Text Example
Text Example
White with #117421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117421; }
p { color: rgb(17,116,33); }
H1.HeaderClassName
{
color: #117421;
}
.AnyTagClassName
{
color: #117421;
}
</style>
background-color css
<style>
a { background-color: #117421; }
a { background-color: rgb(17,116,33); }
div.DivClassName
{
background-color: #117421;
}
.BgClassName
{
background-color: #117421;
}
</style>
border-color css
<style>
span { border-color: #117421; }
span { border-color: rgb(17,116,33); }
td.TdClassName
{
border-color: #117421;
}
.TagClassName
{
border-color: #117421;
}
</style>