Shades of Camarone #137D2D
Tints of Camarone #137D2D
RGB
CMYK
RGB Variations
Color information
#137D2D (or 0x137D2D) is known color: Camarone. HEX triplet: 13, 7D and 2D. RGB value is (19,125,45). Sum of RGB (Red+Green+Blue) = 19+125+45=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 125 (49.22% from 255 or 66.14% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 125 - color contains mainly: green. Hex color #137D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137D2D is #EC82D2. Grayscale: #545454. Windows color (decimal): -15499987 or 2981139. OLE color: 2981139.
HSL color Cylindrical-coordinate representation of color #137D2D: hue angle of 134.72º 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 #137D2D is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 45 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.51 |
| HSL | 134.72º | 0.74% | 0.28% | - |
| HSV(B) | 134.72º | 0.85% | 0.49% | - |
| XYZ | 8.08 | 15 | 4.95 | - |
| YUV | 84.19 | 105.88 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 45 | 0.85 | 0 | 0.64 | 0.51 | 134.72 | 0.74 | 0.28 |
| Hex | 13 | 7D | 2D | 55 | 0 | 40 | 33 | 87 | 4A | 1C |
| Octal | 23 | 175 | 55 | 125 | 0 | 100 | 63 | 207 | 112 | 34 |
| Binary | 10011 | 1111101 | 101101 | 1010101 | 0 | 1000000 | 110011 | 10000111 | 1001010 | 11100 |
Color Harmonies of #137D2D
Complementary color
Monochromatic Colors of #137D2D
Black with #137D2D
Text Example
Text Example
White with #137D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D2D; }
p { color: rgb(19,125,45); }
H1.HeaderClassName
{
color: #137D2D;
}
.AnyTagClassName
{
color: #137D2D;
}
</style>
background-color css
<style>
a { background-color: #137D2D; }
a { background-color: rgb(19,125,45); }
div.DivClassName
{
background-color: #137D2D;
}
.BgClassName
{
background-color: #137D2D;
}
</style>
border-color css
<style>
span { border-color: #137D2D; }
span { border-color: rgb(19,125,45); }
td.TdClassName
{
border-color: #137D2D;
}
.TagClassName
{
border-color: #137D2D;
}
</style>