Shades of Camarone #137128
Tints of Camarone #137128
RGB
CMYK
RGB Variations
Color information
#137128 (or 0x137128) is known color: Camarone. HEX triplet: 13, 71 and 28. RGB value is (19,113,40). Sum of RGB (Red+Green+Blue) = 19+113+40=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 113 (44.53% from 255 or 65.70% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 113 - color contains mainly: green. Hex color #137128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137128 is #EC8ED7. Grayscale: #4C4C4C. Windows color (decimal): -15503064 or 2650387. OLE color: 2650387.
HSL color Cylindrical-coordinate representation of color #137128: hue angle of 133.4º 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 #137128 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 40 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.56 |
| HSL | 133.4º | 0.71% | 0.26% | - |
| HSV(B) | 133.4º | 0.83% | 0.44% | - |
| XYZ | 6.56 | 12.1 | 4 | - |
| YUV | 76.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 40 | 0.83 | 0 | 0.65 | 0.56 | 133.4 | 0.71 | 0.26 |
| Hex | 13 | 71 | 28 | 53 | 0 | 41 | 38 | 85 | 47 | 1A |
| Octal | 23 | 161 | 50 | 123 | 0 | 101 | 70 | 205 | 107 | 32 |
| Binary | 10011 | 1110001 | 101000 | 1010011 | 0 | 1000001 | 111000 | 10000101 | 1000111 | 11010 |
Color Harmonies of #137128
Complementary color
Monochromatic Colors of #137128
Black with #137128
Text Example
Text Example
White with #137128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137128; }
p { color: rgb(19,113,40); }
H1.HeaderClassName
{
color: #137128;
}
.AnyTagClassName
{
color: #137128;
}
</style>
background-color css
<style>
a { background-color: #137128; }
a { background-color: rgb(19,113,40); }
div.DivClassName
{
background-color: #137128;
}
.BgClassName
{
background-color: #137128;
}
</style>
border-color css
<style>
span { border-color: #137128; }
span { border-color: rgb(19,113,40); }
td.TdClassName
{
border-color: #137128;
}
.TagClassName
{
border-color: #137128;
}
</style>