Shades of Camarone #127835
Tints of Camarone #127835
RGB
CMYK
RGB Variations
Color information
#127835 (or 0x127835) is known color: Camarone. HEX triplet: 12, 78 and 35. RGB value is (18,120,53). Sum of RGB (Red+Green+Blue) = 18+120+53=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 120 (47.27% from 255 or 62.83% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 120 - color contains mainly: green. Hex color #127835 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127835 is #ED87CA. Grayscale: #525252. Windows color (decimal): -15566795 or 3504146. OLE color: 3504146.
HSL color Cylindrical-coordinate representation of color #127835: hue angle of 140.59º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127835 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 120 | 53 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.53 |
| HSL | 140.59º | 0.74% | 0.27% | - |
| HSV(B) | 140.59º | 0.85% | 0.47% | - |
| XYZ | 7.61 | 13.82 | 5.63 | - |
| YUV | 81.86 | 111.71 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 53 | 0.85 | 0 | 0.56 | 0.53 | 140.59 | 0.74 | 0.27 |
| Hex | 12 | 78 | 35 | 55 | 0 | 38 | 35 | 8D | 4A | 1B |
| Octal | 22 | 170 | 65 | 125 | 0 | 70 | 65 | 215 | 112 | 33 |
| Binary | 10010 | 1111000 | 110101 | 1010101 | 0 | 111000 | 110101 | 10001101 | 1001010 | 11011 |
Color Harmonies of #127835
Complementary color
Monochromatic Colors of #127835
Black with #127835
Text Example
Text Example
White with #127835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127835; }
p { color: rgb(18,120,53); }
H1.HeaderClassName
{
color: #127835;
}
.AnyTagClassName
{
color: #127835;
}
</style>
background-color css
<style>
a { background-color: #127835; }
a { background-color: rgb(18,120,53); }
div.DivClassName
{
background-color: #127835;
}
.BgClassName
{
background-color: #127835;
}
</style>
border-color css
<style>
span { border-color: #127835; }
span { border-color: rgb(18,120,53); }
td.TdClassName
{
border-color: #127835;
}
.TagClassName
{
border-color: #127835;
}
</style>