Shades of Camarone #127132
Tints of Camarone #127132
RGB
CMYK
RGB Variations
Color information
#127132 (or 0x127132) is known color: Camarone. HEX triplet: 12, 71 and 32. RGB value is (18,113,50). Sum of RGB (Red+Green+Blue) = 18+113+50=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #127132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127132 is #ED8ECD. Grayscale: #4D4D4D. Windows color (decimal): -15568590 or 3305746. OLE color: 3305746.
HSL color Cylindrical-coordinate representation of color #127132: hue angle of 140.21º 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 #127132 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 50 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.56 |
| HSL | 140.21º | 0.73% | 0.26% | - |
| HSV(B) | 140.21º | 0.84% | 0.44% | - |
| XYZ | 6.73 | 12.17 | 5.01 | - |
| YUV | 77.41 | 112.53 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 50 | 0.84 | 0 | 0.56 | 0.56 | 140.21 | 0.73 | 0.26 |
| Hex | 12 | 71 | 32 | 54 | 0 | 38 | 38 | 8C | 49 | 1A |
| Octal | 22 | 161 | 62 | 124 | 0 | 70 | 70 | 214 | 111 | 32 |
| Binary | 10010 | 1110001 | 110010 | 1010100 | 0 | 111000 | 111000 | 10001100 | 1001001 | 11010 |
Color Harmonies of #127132
Complementary color
Monochromatic Colors of #127132
Black with #127132
Text Example
Text Example
White with #127132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127132; }
p { color: rgb(18,113,50); }
H1.HeaderClassName
{
color: #127132;
}
.AnyTagClassName
{
color: #127132;
}
</style>
background-color css
<style>
a { background-color: #127132; }
a { background-color: rgb(18,113,50); }
div.DivClassName
{
background-color: #127132;
}
.BgClassName
{
background-color: #127132;
}
</style>
border-color css
<style>
span { border-color: #127132; }
span { border-color: rgb(18,113,50); }
td.TdClassName
{
border-color: #127132;
}
.TagClassName
{
border-color: #127132;
}
</style>