Shades of Camarone #137E2C
Tints of Camarone #137E2C
RGB
CMYK
RGB Variations
Color information
#137E2C (or 0x137E2C) is known color: Camarone. HEX triplet: 13, 7E and 2C. RGB value is (19,126,44). Sum of RGB (Red+Green+Blue) = 19+126+44=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 126 (49.61% from 255 or 66.67% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 126 - color contains mainly: green. Hex color #137E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137E2C is #EC81D3. Grayscale: #545454. Windows color (decimal): -15499732 or 2915859. OLE color: 2915859.
HSL color Cylindrical-coordinate representation of color #137E2C: hue angle of 134.02º degrees, saturation: 0.74, 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 #137E2C is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 126 | 44 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.51 |
| HSL | 134.02º | 0.74% | 0.28% | - |
| HSV(B) | 134.02º | 0.85% | 0.49% | - |
| XYZ | 8.18 | 15.24 | 4.89 | - |
| YUV | 84.66 | 105.05 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 44 | 0.85 | 0 | 0.65 | 0.51 | 134.02 | 0.74 | 0.28 |
| Hex | 13 | 7E | 2C | 55 | 0 | 41 | 33 | 86 | 4A | 1C |
| Octal | 23 | 176 | 54 | 125 | 0 | 101 | 63 | 206 | 112 | 34 |
| Binary | 10011 | 1111110 | 101100 | 1010101 | 0 | 1000001 | 110011 | 10000110 | 1001010 | 11100 |
Color Harmonies of #137E2C
Complementary color
Monochromatic Colors of #137E2C
Black with #137E2C
Text Example
Text Example
White with #137E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E2C; }
p { color: rgb(19,126,44); }
H1.HeaderClassName
{
color: #137E2C;
}
.AnyTagClassName
{
color: #137E2C;
}
</style>
background-color css
<style>
a { background-color: #137E2C; }
a { background-color: rgb(19,126,44); }
div.DivClassName
{
background-color: #137E2C;
}
.BgClassName
{
background-color: #137E2C;
}
</style>
border-color css
<style>
span { border-color: #137E2C; }
span { border-color: rgb(19,126,44); }
td.TdClassName
{
border-color: #137E2C;
}
.TagClassName
{
border-color: #137E2C;
}
</style>