Shades of Camarone #127134
Tints of Camarone #127134
RGB
CMYK
RGB Variations
Color information
#127134 (or 0x127134) is known color: Camarone. HEX triplet: 12, 71 and 34. RGB value is (18,113,52). Sum of RGB (Red+Green+Blue) = 18+113+52=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #127134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127134 is #ED8ECB. Grayscale: #4D4D4D. Windows color (decimal): -15568588 or 3436818. OLE color: 3436818.
HSL color Cylindrical-coordinate representation of color #127134: hue angle of 141.47º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127134 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 52 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.56 |
| HSL | 141.47º | 0.73% | 0.26% | - |
| HSV(B) | 141.47º | 0.84% | 0.44% | - |
| XYZ | 6.77 | 12.19 | 5.24 | - |
| YUV | 77.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 52 | 0.84 | 0 | 0.54 | 0.56 | 141.47 | 0.73 | 0.26 |
| Hex | 12 | 71 | 34 | 54 | 0 | 36 | 38 | 8D | 49 | 1A |
| Octal | 22 | 161 | 64 | 124 | 0 | 66 | 70 | 215 | 111 | 32 |
| Binary | 10010 | 1110001 | 110100 | 1010100 | 0 | 110110 | 111000 | 10001101 | 1001001 | 11010 |
Color Harmonies of #127134
Complementary color
Monochromatic Colors of #127134
Black with #127134
Text Example
Text Example
White with #127134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127134; }
p { color: rgb(18,113,52); }
H1.HeaderClassName
{
color: #127134;
}
.AnyTagClassName
{
color: #127134;
}
</style>
background-color css
<style>
a { background-color: #127134; }
a { background-color: rgb(18,113,52); }
div.DivClassName
{
background-color: #127134;
}
.BgClassName
{
background-color: #127134;
}
</style>
border-color css
<style>
span { border-color: #127134; }
span { border-color: rgb(18,113,52); }
td.TdClassName
{
border-color: #127134;
}
.TagClassName
{
border-color: #127134;
}
</style>