Shades of Camarone #117423
Tints of Camarone #117423
RGB
CMYK
RGB Variations
Color information
#117423 (or 0x117423) is known color: Camarone. HEX triplet: 11, 74 and 23. RGB value is (17,116,35). Sum of RGB (Red+Green+Blue) = 17+116+35=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 116 (45.70% from 255 or 69.05% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 116 - color contains mainly: green. Hex color #117423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117423 is #EE8BDC. Grayscale: #4D4D4D. Windows color (decimal): -15633373 or 2323473. OLE color: 2323473.
HSL color Cylindrical-coordinate representation of color #117423: hue angle of 130.91º 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 #117423 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 35 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.55 |
| HSL | 130.91º | 0.74% | 0.26% | - |
| HSV(B) | 130.91º | 0.85% | 0.45% | - |
| XYZ | 6.78 | 12.73 | 3.69 | - |
| YUV | 77.17 | 104.2 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 35 | 0.85 | 0 | 0.70 | 0.55 | 130.91 | 0.74 | 0.26 |
| Hex | 11 | 74 | 23 | 55 | 0 | 46 | 37 | 83 | 4A | 1A |
| Octal | 21 | 164 | 43 | 125 | 0 | 106 | 67 | 203 | 112 | 32 |
| Binary | 10001 | 1110100 | 100011 | 1010101 | 0 | 1000110 | 110111 | 10000011 | 1001010 | 11010 |
Color Harmonies of #117423
Complementary color
Monochromatic Colors of #117423
Black with #117423
Text Example
Text Example
White with #117423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117423; }
p { color: rgb(17,116,35); }
H1.HeaderClassName
{
color: #117423;
}
.AnyTagClassName
{
color: #117423;
}
</style>
background-color css
<style>
a { background-color: #117423; }
a { background-color: rgb(17,116,35); }
div.DivClassName
{
background-color: #117423;
}
.BgClassName
{
background-color: #117423;
}
</style>
border-color css
<style>
span { border-color: #117423; }
span { border-color: rgb(17,116,35); }
td.TdClassName
{
border-color: #117423;
}
.TagClassName
{
border-color: #117423;
}
</style>