Shades of Camarone #127332
Tints of Camarone #127332
RGB
CMYK
RGB Variations
Color information
#127332 (or 0x127332) is known color: Camarone. HEX triplet: 12, 73 and 32. RGB value is (18,115,50). Sum of RGB (Red+Green+Blue) = 18+115+50=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #127332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127332 is #ED8CCD. Grayscale: #4E4E4E. Windows color (decimal): -15568078 or 3306258. OLE color: 3306258.
HSL color Cylindrical-coordinate representation of color #127332: hue angle of 139.79º 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 #127332 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 50 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.55 |
| HSL | 139.79º | 0.73% | 0.26% | - |
| HSV(B) | 139.79º | 0.84% | 0.45% | - |
| XYZ | 6.96 | 12.62 | 5.09 | - |
| YUV | 78.59 | 111.86 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 50 | 0.84 | 0 | 0.57 | 0.55 | 139.79 | 0.73 | 0.26 |
| Hex | 12 | 73 | 32 | 54 | 0 | 39 | 37 | 8C | 49 | 1A |
| Octal | 22 | 163 | 62 | 124 | 0 | 71 | 67 | 214 | 111 | 32 |
| Binary | 10010 | 1110011 | 110010 | 1010100 | 0 | 111001 | 110111 | 10001100 | 1001001 | 11010 |
Color Harmonies of #127332
Complementary color
Monochromatic Colors of #127332
Black with #127332
Text Example
Text Example
White with #127332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127332; }
p { color: rgb(18,115,50); }
H1.HeaderClassName
{
color: #127332;
}
.AnyTagClassName
{
color: #127332;
}
</style>
background-color css
<style>
a { background-color: #127332; }
a { background-color: rgb(18,115,50); }
div.DivClassName
{
background-color: #127332;
}
.BgClassName
{
background-color: #127332;
}
</style>
border-color css
<style>
span { border-color: #127332; }
span { border-color: rgb(18,115,50); }
td.TdClassName
{
border-color: #127332;
}
.TagClassName
{
border-color: #127332;
}
</style>