Shades of Camarone #127322
Tints of Camarone #127322
RGB
CMYK
RGB Variations
Color information
#127322 (or 0x127322) is known color: Camarone. HEX triplet: 12, 73 and 22. RGB value is (18,115,34). Sum of RGB (Red+Green+Blue) = 18+115+34=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #127322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127322 is #ED8CDD. Grayscale: #4C4C4C. Windows color (decimal): -15568094 or 2257682. OLE color: 2257682.
HSL color Cylindrical-coordinate representation of color #127322: hue angle of 129.9º 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 #127322 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 34 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.55 |
| HSL | 129.9º | 0.73% | 0.26% | - |
| HSV(B) | 129.9º | 0.84% | 0.45% | - |
| XYZ | 6.67 | 12.51 | 3.58 | - |
| YUV | 76.76 | 103.86 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 34 | 0.84 | 0 | 0.70 | 0.55 | 129.9 | 0.73 | 0.26 |
| Hex | 12 | 73 | 22 | 54 | 0 | 46 | 37 | 82 | 49 | 1A |
| Octal | 22 | 163 | 42 | 124 | 0 | 106 | 67 | 202 | 111 | 32 |
| Binary | 10010 | 1110011 | 100010 | 1010100 | 0 | 1000110 | 110111 | 10000010 | 1001001 | 11010 |
Color Harmonies of #127322
Complementary color
Monochromatic Colors of #127322
Black with #127322
Text Example
Text Example
White with #127322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127322; }
p { color: rgb(18,115,34); }
H1.HeaderClassName
{
color: #127322;
}
.AnyTagClassName
{
color: #127322;
}
</style>
background-color css
<style>
a { background-color: #127322; }
a { background-color: rgb(18,115,34); }
div.DivClassName
{
background-color: #127322;
}
.BgClassName
{
background-color: #127322;
}
</style>
border-color css
<style>
span { border-color: #127322; }
span { border-color: rgb(18,115,34); }
td.TdClassName
{
border-color: #127322;
}
.TagClassName
{
border-color: #127322;
}
</style>