Shades of Camarone #137428
Tints of Camarone #137428
RGB
CMYK
RGB Variations
Color information
#137428 (or 0x137428) is known color: Camarone. HEX triplet: 13, 74 and 28. RGB value is (19,116,40). Sum of RGB (Red+Green+Blue) = 19+116+40=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #137428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137428 is #EC8BD7. Grayscale: #4E4E4E. Windows color (decimal): -15502296 or 2651155. OLE color: 2651155.
HSL color Cylindrical-coordinate representation of color #137428: hue angle of 132.99º 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 #137428 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 40 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.55 |
| HSL | 132.99º | 0.72% | 0.26% | - |
| HSV(B) | 132.99º | 0.84% | 0.45% | - |
| XYZ | 6.9 | 12.78 | 4.11 | - |
| YUV | 78.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 40 | 0.84 | 0 | 0.66 | 0.55 | 132.99 | 0.72 | 0.26 |
| Hex | 13 | 74 | 28 | 54 | 0 | 42 | 37 | 85 | 48 | 1A |
| Octal | 23 | 164 | 50 | 124 | 0 | 102 | 67 | 205 | 110 | 32 |
| Binary | 10011 | 1110100 | 101000 | 1010100 | 0 | 1000010 | 110111 | 10000101 | 1001000 | 11010 |
Color Harmonies of #137428
Complementary color
Monochromatic Colors of #137428
Black with #137428
Text Example
Text Example
White with #137428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137428; }
p { color: rgb(19,116,40); }
H1.HeaderClassName
{
color: #137428;
}
.AnyTagClassName
{
color: #137428;
}
</style>
background-color css
<style>
a { background-color: #137428; }
a { background-color: rgb(19,116,40); }
div.DivClassName
{
background-color: #137428;
}
.BgClassName
{
background-color: #137428;
}
</style>
border-color css
<style>
span { border-color: #137428; }
span { border-color: rgb(19,116,40); }
td.TdClassName
{
border-color: #137428;
}
.TagClassName
{
border-color: #137428;
}
</style>