Shades of Camarone #137B2B
Tints of Camarone #137B2B
RGB
CMYK
RGB Variations
Color information
#137B2B (or 0x137B2B) is known color: Camarone. HEX triplet: 13, 7B and 2B. RGB value is (19,123,43). Sum of RGB (Red+Green+Blue) = 19+123+43=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 123 (48.44% from 255 or 66.49% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 123 - color contains mainly: green. Hex color #137B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B2B is #EC84D4. Grayscale: #535353. Windows color (decimal): -15500501 or 2849555. OLE color: 2849555.
HSL color Cylindrical-coordinate representation of color #137B2B: hue angle of 133.85º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B2B is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 43 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.52 |
| HSL | 133.85º | 0.73% | 0.28% | - |
| HSV(B) | 133.85º | 0.85% | 0.48% | - |
| XYZ | 7.79 | 14.48 | 4.67 | - |
| YUV | 82.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 43 | 0.85 | 0 | 0.65 | 0.52 | 133.85 | 0.73 | 0.28 |
| Hex | 13 | 7B | 2B | 55 | 0 | 41 | 34 | 86 | 49 | 1C |
| Octal | 23 | 173 | 53 | 125 | 0 | 101 | 64 | 206 | 111 | 34 |
| Binary | 10011 | 1111011 | 101011 | 1010101 | 0 | 1000001 | 110100 | 10000110 | 1001001 | 11100 |
Color Harmonies of #137B2B
Complementary color
Monochromatic Colors of #137B2B
Black with #137B2B
Text Example
Text Example
White with #137B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B2B; }
p { color: rgb(19,123,43); }
H1.HeaderClassName
{
color: #137B2B;
}
.AnyTagClassName
{
color: #137B2B;
}
</style>
background-color css
<style>
a { background-color: #137B2B; }
a { background-color: rgb(19,123,43); }
div.DivClassName
{
background-color: #137B2B;
}
.BgClassName
{
background-color: #137B2B;
}
</style>
border-color css
<style>
span { border-color: #137B2B; }
span { border-color: rgb(19,123,43); }
td.TdClassName
{
border-color: #137B2B;
}
.TagClassName
{
border-color: #137B2B;
}
</style>