Shades of Camarone #137424
Tints of Camarone #137424
RGB
CMYK
RGB Variations
Color information
#137424 (or 0x137424) is known color: Camarone. HEX triplet: 13, 74 and 24. RGB value is (19,116,36). Sum of RGB (Red+Green+Blue) = 19+116+36=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #137424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137424 is #EC8BDB. Grayscale: #4E4E4E. Windows color (decimal): -15502300 or 2389011. OLE color: 2389011.
HSL color Cylindrical-coordinate representation of color #137424: hue angle of 130.52º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137424 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 36 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.55 |
| HSL | 130.52º | 0.72% | 0.26% | - |
| HSV(B) | 130.52º | 0.84% | 0.45% | - |
| XYZ | 6.83 | 12.76 | 3.77 | - |
| YUV | 77.88 | 104.36 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 36 | 0.84 | 0 | 0.69 | 0.55 | 130.52 | 0.72 | 0.26 |
| Hex | 13 | 74 | 24 | 54 | 0 | 45 | 37 | 83 | 48 | 1A |
| Octal | 23 | 164 | 44 | 124 | 0 | 105 | 67 | 203 | 110 | 32 |
| Binary | 10011 | 1110100 | 100100 | 1010100 | 0 | 1000101 | 110111 | 10000011 | 1001000 | 11010 |
Color Harmonies of #137424
Complementary color
Monochromatic Colors of #137424
Black with #137424
Text Example
Text Example
White with #137424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137424; }
p { color: rgb(19,116,36); }
H1.HeaderClassName
{
color: #137424;
}
.AnyTagClassName
{
color: #137424;
}
</style>
background-color css
<style>
a { background-color: #137424; }
a { background-color: rgb(19,116,36); }
div.DivClassName
{
background-color: #137424;
}
.BgClassName
{
background-color: #137424;
}
</style>
border-color css
<style>
span { border-color: #137424; }
span { border-color: rgb(19,116,36); }
td.TdClassName
{
border-color: #137424;
}
.TagClassName
{
border-color: #137424;
}
</style>