Shades of Camarone #117626
Tints of Camarone #117626
RGB
CMYK
RGB Variations
Color information
#117626 (or 0x117626) is known color: Camarone. HEX triplet: 11, 76 and 26. RGB value is (17,118,38). Sum of RGB (Red+Green+Blue) = 17+118+38=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 118 (46.48% from 255 or 68.21% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 118 - color contains mainly: green. Hex color #117626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117626 is #EE89D9. Grayscale: #4E4E4E. Windows color (decimal): -15632858 or 2520593. OLE color: 2520593.
HSL color Cylindrical-coordinate representation of color #117626: hue angle of 132.48º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117626 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 38 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.54 |
| HSL | 132.48º | 0.75% | 0.26% | - |
| HSV(B) | 132.48º | 0.86% | 0.46% | - |
| XYZ | 7.06 | 13.22 | 4.01 | - |
| YUV | 78.68 | 105.04 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 38 | 0.86 | 0 | 0.68 | 0.54 | 132.48 | 0.75 | 0.26 |
| Hex | 11 | 76 | 26 | 56 | 0 | 44 | 36 | 84 | 4B | 1A |
| Octal | 21 | 166 | 46 | 126 | 0 | 104 | 66 | 204 | 113 | 32 |
| Binary | 10001 | 1110110 | 100110 | 1010110 | 0 | 1000100 | 110110 | 10000100 | 1001011 | 11010 |
Color Harmonies of #117626
Complementary color
Monochromatic Colors of #117626
Black with #117626
Text Example
Text Example
White with #117626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117626; }
p { color: rgb(17,118,38); }
H1.HeaderClassName
{
color: #117626;
}
.AnyTagClassName
{
color: #117626;
}
</style>
background-color css
<style>
a { background-color: #117626; }
a { background-color: rgb(17,118,38); }
div.DivClassName
{
background-color: #117626;
}
.BgClassName
{
background-color: #117626;
}
</style>
border-color css
<style>
span { border-color: #117626; }
span { border-color: rgb(17,118,38); }
td.TdClassName
{
border-color: #117626;
}
.TagClassName
{
border-color: #117626;
}
</style>