Shades of Camarone #127034
Tints of Camarone #127034
RGB
CMYK
RGB Variations
Color information
#127034 (or 0x127034) is known color: Camarone. HEX triplet: 12, 70 and 34. RGB value is (18,112,52). Sum of RGB (Red+Green+Blue) = 18+112+52=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #127034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127034 is #ED8FCB. Grayscale: #4D4D4D. Windows color (decimal): -15568844 or 3436562. OLE color: 3436562.
HSL color Cylindrical-coordinate representation of color #127034: hue angle of 141.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127034 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 52 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.56 |
| HSL | 141.7º | 0.72% | 0.25% | - |
| HSV(B) | 141.7º | 0.84% | 0.44% | - |
| XYZ | 6.66 | 11.96 | 5.21 | - |
| YUV | 77.05 | 113.86 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 52 | 0.84 | 0 | 0.54 | 0.56 | 141.7 | 0.72 | 0.25 |
| Hex | 12 | 70 | 34 | 54 | 0 | 36 | 38 | 8E | 48 | 19 |
| Octal | 22 | 160 | 64 | 124 | 0 | 66 | 70 | 216 | 110 | 31 |
| Binary | 10010 | 1110000 | 110100 | 1010100 | 0 | 110110 | 111000 | 10001110 | 1001000 | 11001 |
Color Harmonies of #127034
Complementary color
Monochromatic Colors of #127034
Black with #127034
Text Example
Text Example
White with #127034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127034; }
p { color: rgb(18,112,52); }
H1.HeaderClassName
{
color: #127034;
}
.AnyTagClassName
{
color: #127034;
}
</style>
background-color css
<style>
a { background-color: #127034; }
a { background-color: rgb(18,112,52); }
div.DivClassName
{
background-color: #127034;
}
.BgClassName
{
background-color: #127034;
}
</style>
border-color css
<style>
span { border-color: #127034; }
span { border-color: rgb(18,112,52); }
td.TdClassName
{
border-color: #127034;
}
.TagClassName
{
border-color: #127034;
}
</style>