Shades of Camarone #118233
Tints of Camarone #118233
RGB
CMYK
RGB Variations
Color information
#118233 (or 0x118233) is known color: Camarone. HEX triplet: 11, 82 and 33. RGB value is (17,130,51). Sum of RGB (Red+Green+Blue) = 17+130+51=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #118233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118233 is #EE7DCC. Grayscale: #575757. Windows color (decimal): -15629773 or 3375633. OLE color: 3375633.
HSL color Cylindrical-coordinate representation of color #118233: hue angle of 138.05º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118233 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 51 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.49 |
| HSL | 138.05º | 0.77% | 0.29% | - |
| HSV(B) | 138.05º | 0.87% | 0.51% | - |
| XYZ | 8.81 | 16.32 | 5.82 | - |
| YUV | 87.21 | 107.56 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 51 | 0.87 | 0 | 0.61 | 0.49 | 138.05 | 0.77 | 0.29 |
| Hex | 11 | 82 | 33 | 57 | 0 | 3D | 31 | 8A | 4D | 1D |
| Octal | 21 | 202 | 63 | 127 | 0 | 75 | 61 | 212 | 115 | 35 |
| Binary | 10001 | 10000010 | 110011 | 1010111 | 0 | 111101 | 110001 | 10001010 | 1001101 | 11101 |
Color Harmonies of #118233
Complementary color
Monochromatic Colors of #118233
Black with #118233
Text Example
Text Example
White with #118233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118233; }
p { color: rgb(17,130,51); }
H1.HeaderClassName
{
color: #118233;
}
.AnyTagClassName
{
color: #118233;
}
</style>
background-color css
<style>
a { background-color: #118233; }
a { background-color: rgb(17,130,51); }
div.DivClassName
{
background-color: #118233;
}
.BgClassName
{
background-color: #118233;
}
</style>
border-color css
<style>
span { border-color: #118233; }
span { border-color: rgb(17,130,51); }
td.TdClassName
{
border-color: #118233;
}
.TagClassName
{
border-color: #118233;
}
</style>