Shades of Camarone #127337
Tints of Camarone #127337
RGB
CMYK
RGB Variations
Color information
#127337 (or 0x127337) is known color: Camarone. HEX triplet: 12, 73 and 37. RGB value is (18,115,55). Sum of RGB (Red+Green+Blue) = 18+115+55=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #127337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127337 is #ED8CC8. Grayscale: #4F4F4F. Windows color (decimal): -15568073 or 3633938. OLE color: 3633938.
HSL color Cylindrical-coordinate representation of color #127337: hue angle of 142.89º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127337 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 55 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.55 |
| HSL | 142.89º | 0.73% | 0.26% | - |
| HSV(B) | 142.89º | 0.84% | 0.45% | - |
| XYZ | 7.07 | 12.67 | 5.69 | - |
| YUV | 79.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 55 | 0.84 | 0 | 0.52 | 0.55 | 142.89 | 0.73 | 0.26 |
| Hex | 12 | 73 | 37 | 54 | 0 | 34 | 37 | 8F | 49 | 1A |
| Octal | 22 | 163 | 67 | 124 | 0 | 64 | 67 | 217 | 111 | 32 |
| Binary | 10010 | 1110011 | 110111 | 1010100 | 0 | 110100 | 110111 | 10001111 | 1001001 | 11010 |
Color Harmonies of #127337
Complementary color
Monochromatic Colors of #127337
Black with #127337
Text Example
Text Example
White with #127337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127337; }
p { color: rgb(18,115,55); }
H1.HeaderClassName
{
color: #127337;
}
.AnyTagClassName
{
color: #127337;
}
</style>
background-color css
<style>
a { background-color: #127337; }
a { background-color: rgb(18,115,55); }
div.DivClassName
{
background-color: #127337;
}
.BgClassName
{
background-color: #127337;
}
</style>
border-color css
<style>
span { border-color: #127337; }
span { border-color: rgb(18,115,55); }
td.TdClassName
{
border-color: #127337;
}
.TagClassName
{
border-color: #127337;
}
</style>