Shades of Camarone #127321
Tints of Camarone #127321
RGB
CMYK
RGB Variations
Color information
#127321 (or 0x127321) is known color: Camarone. HEX triplet: 12, 73 and 21. RGB value is (18,115,33). Sum of RGB (Red+Green+Blue) = 18+115+33=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #127321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127321 is #ED8CDE. Grayscale: #4C4C4C. Windows color (decimal): -15568095 or 2192146. OLE color: 2192146.
HSL color Cylindrical-coordinate representation of color #127321: hue angle of 129.28º 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 #127321 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 33 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.55 |
| HSL | 129.28º | 0.73% | 0.26% | - |
| HSV(B) | 129.28º | 0.84% | 0.45% | - |
| XYZ | 6.65 | 12.5 | 3.5 | - |
| YUV | 76.65 | 103.36 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 33 | 0.84 | 0 | 0.71 | 0.55 | 129.28 | 0.73 | 0.26 |
| Hex | 12 | 73 | 21 | 54 | 0 | 47 | 37 | 81 | 49 | 1A |
| Octal | 22 | 163 | 41 | 124 | 0 | 107 | 67 | 201 | 111 | 32 |
| Binary | 10010 | 1110011 | 100001 | 1010100 | 0 | 1000111 | 110111 | 10000001 | 1001001 | 11010 |
Color Harmonies of #127321
Complementary color
Monochromatic Colors of #127321
Black with #127321
Text Example
Text Example
White with #127321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127321; }
p { color: rgb(18,115,33); }
H1.HeaderClassName
{
color: #127321;
}
.AnyTagClassName
{
color: #127321;
}
</style>
background-color css
<style>
a { background-color: #127321; }
a { background-color: rgb(18,115,33); }
div.DivClassName
{
background-color: #127321;
}
.BgClassName
{
background-color: #127321;
}
</style>
border-color css
<style>
span { border-color: #127321; }
span { border-color: rgb(18,115,33); }
td.TdClassName
{
border-color: #127321;
}
.TagClassName
{
border-color: #127321;
}
</style>