Shades of Camarone #127335
Tints of Camarone #127335
RGB
CMYK
RGB Variations
Color information
#127335 (or 0x127335) is known color: Camarone. HEX triplet: 12, 73 and 35. RGB value is (18,115,53). Sum of RGB (Red+Green+Blue) = 18+115+53=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #127335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127335 is #ED8CCA. Grayscale: #4F4F4F. Windows color (decimal): -15568075 or 3502866. OLE color: 3502866.
HSL color Cylindrical-coordinate representation of color #127335: hue angle of 141.65º 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 #127335 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 53 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.55 |
| HSL | 141.65º | 0.73% | 0.26% | - |
| HSV(B) | 141.65º | 0.84% | 0.45% | - |
| XYZ | 7.02 | 12.65 | 5.44 | - |
| YUV | 78.93 | 113.36 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 53 | 0.84 | 0 | 0.54 | 0.55 | 141.65 | 0.73 | 0.26 |
| Hex | 12 | 73 | 35 | 54 | 0 | 36 | 37 | 8E | 49 | 1A |
| Octal | 22 | 163 | 65 | 124 | 0 | 66 | 67 | 216 | 111 | 32 |
| Binary | 10010 | 1110011 | 110101 | 1010100 | 0 | 110110 | 110111 | 10001110 | 1001001 | 11010 |
Color Harmonies of #127335
Complementary color
Monochromatic Colors of #127335
Black with #127335
Text Example
Text Example
White with #127335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127335; }
p { color: rgb(18,115,53); }
H1.HeaderClassName
{
color: #127335;
}
.AnyTagClassName
{
color: #127335;
}
</style>
background-color css
<style>
a { background-color: #127335; }
a { background-color: rgb(18,115,53); }
div.DivClassName
{
background-color: #127335;
}
.BgClassName
{
background-color: #127335;
}
</style>
border-color css
<style>
span { border-color: #127335; }
span { border-color: rgb(18,115,53); }
td.TdClassName
{
border-color: #127335;
}
.TagClassName
{
border-color: #127335;
}
</style>