Shades of Camarone #137E2B
Tints of Camarone #137E2B
RGB
CMYK
RGB Variations
Color information
#137E2B (or 0x137E2B) is known color: Camarone. HEX triplet: 13, 7E and 2B. RGB value is (19,126,43). Sum of RGB (Red+Green+Blue) = 19+126+43=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 126 (49.61% from 255 or 67.02% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 126 - color contains mainly: green. Hex color #137E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137E2B is #EC81D4. Grayscale: #545454. Windows color (decimal): -15499733 or 2850323. OLE color: 2850323.
HSL color Cylindrical-coordinate representation of color #137E2B: hue angle of 133.46º 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 #137E2B is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 126 | 43 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.51 |
| HSL | 133.46º | 0.74% | 0.28% | - |
| HSV(B) | 133.46º | 0.85% | 0.49% | - |
| XYZ | 8.17 | 15.23 | 4.8 | - |
| YUV | 84.55 | 104.55 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 43 | 0.85 | 0 | 0.66 | 0.51 | 133.46 | 0.74 | 0.28 |
| Hex | 13 | 7E | 2B | 55 | 0 | 42 | 33 | 85 | 4A | 1C |
| Octal | 23 | 176 | 53 | 125 | 0 | 102 | 63 | 205 | 112 | 34 |
| Binary | 10011 | 1111110 | 101011 | 1010101 | 0 | 1000010 | 110011 | 10000101 | 1001010 | 11100 |
Color Harmonies of #137E2B
Complementary color
Monochromatic Colors of #137E2B
Black with #137E2B
Text Example
Text Example
White with #137E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E2B; }
p { color: rgb(19,126,43); }
H1.HeaderClassName
{
color: #137E2B;
}
.AnyTagClassName
{
color: #137E2B;
}
</style>
background-color css
<style>
a { background-color: #137E2B; }
a { background-color: rgb(19,126,43); }
div.DivClassName
{
background-color: #137E2B;
}
.BgClassName
{
background-color: #137E2B;
}
</style>
border-color css
<style>
span { border-color: #137E2B; }
span { border-color: rgb(19,126,43); }
td.TdClassName
{
border-color: #137E2B;
}
.TagClassName
{
border-color: #137E2B;
}
</style>