Shades of Camarone #137A2B
Tints of Camarone #137A2B
RGB
CMYK
RGB Variations
Color information
#137A2B (or 0x137A2B) is known color: Camarone. HEX triplet: 13, 7A and 2B. RGB value is (19,122,43). Sum of RGB (Red+Green+Blue) = 19+122+43=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 122 (48.05% from 255 or 66.30% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 122 - color contains mainly: green. Hex color #137A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A2B is #EC85D4. Grayscale: #525252. Windows color (decimal): -15500757 or 2849299. OLE color: 2849299.
HSL color Cylindrical-coordinate representation of color #137A2B: hue angle of 133.98º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A2B is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 43 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.52 |
| HSL | 133.98º | 0.73% | 0.28% | - |
| HSV(B) | 133.98º | 0.84% | 0.48% | - |
| XYZ | 7.66 | 14.23 | 4.63 | - |
| YUV | 82.2 | 105.88 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 43 | 0.84 | 0 | 0.65 | 0.52 | 133.98 | 0.73 | 0.28 |
| Hex | 13 | 7A | 2B | 54 | 0 | 41 | 34 | 86 | 49 | 1C |
| Octal | 23 | 172 | 53 | 124 | 0 | 101 | 64 | 206 | 111 | 34 |
| Binary | 10011 | 1111010 | 101011 | 1010100 | 0 | 1000001 | 110100 | 10000110 | 1001001 | 11100 |
Color Harmonies of #137A2B
Complementary color
Monochromatic Colors of #137A2B
Black with #137A2B
Text Example
Text Example
White with #137A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A2B; }
p { color: rgb(19,122,43); }
H1.HeaderClassName
{
color: #137A2B;
}
.AnyTagClassName
{
color: #137A2B;
}
</style>
background-color css
<style>
a { background-color: #137A2B; }
a { background-color: rgb(19,122,43); }
div.DivClassName
{
background-color: #137A2B;
}
.BgClassName
{
background-color: #137A2B;
}
</style>
border-color css
<style>
span { border-color: #137A2B; }
span { border-color: rgb(19,122,43); }
td.TdClassName
{
border-color: #137A2B;
}
.TagClassName
{
border-color: #137A2B;
}
</style>