Shades of Camarone #127C35
Tints of Camarone #127C35
RGB
CMYK
RGB Variations
Color information
#127C35 (or 0x127C35) is known color: Camarone. HEX triplet: 12, 7C and 35. RGB value is (18,124,53). Sum of RGB (Red+Green+Blue) = 18+124+53=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #127C35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C35 is #ED83CA. Grayscale: #545454. Windows color (decimal): -15565771 or 3505170. OLE color: 3505170.
HSL color Cylindrical-coordinate representation of color #127C35: hue angle of 139.81º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C35 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 53 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.51 |
| HSL | 139.81º | 0.75% | 0.28% | - |
| HSV(B) | 139.81º | 0.85% | 0.49% | - |
| XYZ | 8.1 | 14.8 | 5.8 | - |
| YUV | 84.21 | 110.38 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 53 | 0.85 | 0 | 0.57 | 0.51 | 139.81 | 0.75 | 0.28 |
| Hex | 12 | 7C | 35 | 55 | 0 | 39 | 33 | 8C | 4B | 1C |
| Octal | 22 | 174 | 65 | 125 | 0 | 71 | 63 | 214 | 113 | 34 |
| Binary | 10010 | 1111100 | 110101 | 1010101 | 0 | 111001 | 110011 | 10001100 | 1001011 | 11100 |
Color Harmonies of #127C35
Complementary color
Monochromatic Colors of #127C35
Black with #127C35
Text Example
Text Example
White with #127C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C35; }
p { color: rgb(18,124,53); }
H1.HeaderClassName
{
color: #127C35;
}
.AnyTagClassName
{
color: #127C35;
}
</style>
background-color css
<style>
a { background-color: #127C35; }
a { background-color: rgb(18,124,53); }
div.DivClassName
{
background-color: #127C35;
}
.BgClassName
{
background-color: #127C35;
}
</style>
border-color css
<style>
span { border-color: #127C35; }
span { border-color: rgb(18,124,53); }
td.TdClassName
{
border-color: #127C35;
}
.TagClassName
{
border-color: #127C35;
}
</style>