Shades of Camarone #137331
Tints of Camarone #137331
RGB
CMYK
RGB Variations
Color information
#137331 (or 0x137331) is known color: Camarone. HEX triplet: 13, 73 and 31. RGB value is (19,115,49). Sum of RGB (Red+Green+Blue) = 19+115+49=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #137331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137331 is #EC8CCE. Grayscale: #4E4E4E. Windows color (decimal): -15502543 or 3240723. OLE color: 3240723.
HSL color Cylindrical-coordinate representation of color #137331: hue angle of 138.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137331 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 49 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.55 |
| HSL | 138.75º | 0.72% | 0.26% | - |
| HSV(B) | 138.75º | 0.83% | 0.45% | - |
| XYZ | 6.95 | 12.62 | 4.98 | - |
| YUV | 78.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 49 | 0.83 | 0 | 0.57 | 0.55 | 138.75 | 0.72 | 0.26 |
| Hex | 13 | 73 | 31 | 53 | 0 | 39 | 37 | 8B | 48 | 1A |
| Octal | 23 | 163 | 61 | 123 | 0 | 71 | 67 | 213 | 110 | 32 |
| Binary | 10011 | 1110011 | 110001 | 1010011 | 0 | 111001 | 110111 | 10001011 | 1001000 | 11010 |
Color Harmonies of #137331
Complementary color
Monochromatic Colors of #137331
Black with #137331
Text Example
Text Example
White with #137331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137331; }
p { color: rgb(19,115,49); }
H1.HeaderClassName
{
color: #137331;
}
.AnyTagClassName
{
color: #137331;
}
</style>
background-color css
<style>
a { background-color: #137331; }
a { background-color: rgb(19,115,49); }
div.DivClassName
{
background-color: #137331;
}
.BgClassName
{
background-color: #137331;
}
</style>
border-color css
<style>
span { border-color: #137331; }
span { border-color: rgb(19,115,49); }
td.TdClassName
{
border-color: #137331;
}
.TagClassName
{
border-color: #137331;
}
</style>