Shades of Camarone #137033
Tints of Camarone #137033
RGB
CMYK
RGB Variations
Color information
#137033 (or 0x137033) is known color: Camarone. HEX triplet: 13, 70 and 33. RGB value is (19,112,51). Sum of RGB (Red+Green+Blue) = 19+112+51=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #137033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137033 is #EC8FCC. Grayscale: #4D4D4D. Windows color (decimal): -15503309 or 3371027. OLE color: 3371027.
HSL color Cylindrical-coordinate representation of color #137033: hue angle of 140.65º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137033 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 51 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.56 |
| HSL | 140.65º | 0.71% | 0.26% | - |
| HSV(B) | 140.65º | 0.83% | 0.44% | - |
| XYZ | 6.66 | 11.97 | 5.09 | - |
| YUV | 77.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 51 | 0.83 | 0 | 0.54 | 0.56 | 140.65 | 0.71 | 0.26 |
| Hex | 13 | 70 | 33 | 53 | 0 | 36 | 38 | 8D | 47 | 1A |
| Octal | 23 | 160 | 63 | 123 | 0 | 66 | 70 | 215 | 107 | 32 |
| Binary | 10011 | 1110000 | 110011 | 1010011 | 0 | 110110 | 111000 | 10001101 | 1000111 | 11010 |
Color Harmonies of #137033
Complementary color
Monochromatic Colors of #137033
Black with #137033
Text Example
Text Example
White with #137033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137033; }
p { color: rgb(19,112,51); }
H1.HeaderClassName
{
color: #137033;
}
.AnyTagClassName
{
color: #137033;
}
</style>
background-color css
<style>
a { background-color: #137033; }
a { background-color: rgb(19,112,51); }
div.DivClassName
{
background-color: #137033;
}
.BgClassName
{
background-color: #137033;
}
</style>
border-color css
<style>
span { border-color: #137033; }
span { border-color: rgb(19,112,51); }
td.TdClassName
{
border-color: #137033;
}
.TagClassName
{
border-color: #137033;
}
</style>