Shades of Camarone #117E30
Tints of Camarone #117E30
RGB
CMYK
RGB Variations
Color information
#117E30 (or 0x117E30) is known color: Camarone. HEX triplet: 11, 7E and 30. RGB value is (17,126,48). Sum of RGB (Red+Green+Blue) = 17+126+48=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 126 (49.61% from 255 or 65.97% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 126 - color contains mainly: green. Hex color #117E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117E30 is #EE81CF. Grayscale: #545454. Windows color (decimal): -15630800 or 3178001. OLE color: 3178001.
HSL color Cylindrical-coordinate representation of color #117E30: hue angle of 137.06º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117E30 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 48 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.51 |
| HSL | 137.06º | 0.76% | 0.28% | - |
| HSV(B) | 137.06º | 0.87% | 0.49% | - |
| XYZ | 8.23 | 15.25 | 5.31 | - |
| YUV | 84.52 | 107.39 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 48 | 0.87 | 0 | 0.62 | 0.51 | 137.06 | 0.76 | 0.28 |
| Hex | 11 | 7E | 30 | 57 | 0 | 3E | 33 | 89 | 4C | 1C |
| Octal | 21 | 176 | 60 | 127 | 0 | 76 | 63 | 211 | 114 | 34 |
| Binary | 10001 | 1111110 | 110000 | 1010111 | 0 | 111110 | 110011 | 10001001 | 1001100 | 11100 |
Color Harmonies of #117E30
Complementary color
Monochromatic Colors of #117E30
Black with #117E30
Text Example
Text Example
White with #117E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E30; }
p { color: rgb(17,126,48); }
H1.HeaderClassName
{
color: #117E30;
}
.AnyTagClassName
{
color: #117E30;
}
</style>
background-color css
<style>
a { background-color: #117E30; }
a { background-color: rgb(17,126,48); }
div.DivClassName
{
background-color: #117E30;
}
.BgClassName
{
background-color: #117E30;
}
</style>
border-color css
<style>
span { border-color: #117E30; }
span { border-color: rgb(17,126,48); }
td.TdClassName
{
border-color: #117E30;
}
.TagClassName
{
border-color: #117E30;
}
</style>