Shades of Camarone #137133
Tints of Camarone #137133
RGB
CMYK
RGB Variations
Color information
#137133 (or 0x137133) is known color: Camarone. HEX triplet: 13, 71 and 33. RGB value is (19,113,51). Sum of RGB (Red+Green+Blue) = 19+113+51=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #137133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137133 is #EC8ECC. Grayscale: #4D4D4D. Windows color (decimal): -15503053 or 3371283. OLE color: 3371283.
HSL color Cylindrical-coordinate representation of color #137133: hue angle of 140.43º 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 #137133 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 51 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.56 |
| HSL | 140.43º | 0.71% | 0.26% | - |
| HSV(B) | 140.43º | 0.83% | 0.44% | - |
| XYZ | 6.77 | 12.19 | 5.13 | - |
| YUV | 77.83 | 112.86 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 51 | 0.83 | 0 | 0.55 | 0.56 | 140.43 | 0.71 | 0.26 |
| Hex | 13 | 71 | 33 | 53 | 0 | 37 | 38 | 8C | 47 | 1A |
| Octal | 23 | 161 | 63 | 123 | 0 | 67 | 70 | 214 | 107 | 32 |
| Binary | 10011 | 1110001 | 110011 | 1010011 | 0 | 110111 | 111000 | 10001100 | 1000111 | 11010 |
Color Harmonies of #137133
Complementary color
Monochromatic Colors of #137133
Black with #137133
Text Example
Text Example
White with #137133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137133; }
p { color: rgb(19,113,51); }
H1.HeaderClassName
{
color: #137133;
}
.AnyTagClassName
{
color: #137133;
}
</style>
background-color css
<style>
a { background-color: #137133; }
a { background-color: rgb(19,113,51); }
div.DivClassName
{
background-color: #137133;
}
.BgClassName
{
background-color: #137133;
}
</style>
border-color css
<style>
span { border-color: #137133; }
span { border-color: rgb(19,113,51); }
td.TdClassName
{
border-color: #137133;
}
.TagClassName
{
border-color: #137133;
}
</style>