Shades of Camarone #137337
Tints of Camarone #137337
RGB
CMYK
RGB Variations
Color information
#137337 (or 0x137337) is known color: Camarone. HEX triplet: 13, 73 and 37. RGB value is (19,115,55). Sum of RGB (Red+Green+Blue) = 19+115+55=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #137337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137337 is #EC8CC8. Grayscale: #4F4F4F. Windows color (decimal): -15502537 or 3633939. OLE color: 3633939.
HSL color Cylindrical-coordinate representation of color #137337: hue angle of 142.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137337 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 55 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.55 |
| HSL | 142.5º | 0.72% | 0.26% | - |
| HSV(B) | 142.5º | 0.83% | 0.45% | - |
| XYZ | 7.09 | 12.68 | 5.69 | - |
| YUV | 79.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 55 | 0.83 | 0 | 0.52 | 0.55 | 142.5 | 0.72 | 0.26 |
| Hex | 13 | 73 | 37 | 53 | 0 | 34 | 37 | 8E | 48 | 1A |
| Octal | 23 | 163 | 67 | 123 | 0 | 64 | 67 | 216 | 110 | 32 |
| Binary | 10011 | 1110011 | 110111 | 1010011 | 0 | 110100 | 110111 | 10001110 | 1001000 | 11010 |
Color Harmonies of #137337
Complementary color
Monochromatic Colors of #137337
Black with #137337
Text Example
Text Example
White with #137337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137337; }
p { color: rgb(19,115,55); }
H1.HeaderClassName
{
color: #137337;
}
.AnyTagClassName
{
color: #137337;
}
</style>
background-color css
<style>
a { background-color: #137337; }
a { background-color: rgb(19,115,55); }
div.DivClassName
{
background-color: #137337;
}
.BgClassName
{
background-color: #137337;
}
</style>
border-color css
<style>
span { border-color: #137337; }
span { border-color: rgb(19,115,55); }
td.TdClassName
{
border-color: #137337;
}
.TagClassName
{
border-color: #137337;
}
</style>