Shades of Camarone #137323
Tints of Camarone #137323
RGB
CMYK
RGB Variations
Color information
#137323 (or 0x137323) is known color: Camarone. HEX triplet: 13, 73 and 23. RGB value is (19,115,35). Sum of RGB (Red+Green+Blue) = 19+115+35=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #137323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137323 is #EC8CDC. Grayscale: #4D4D4D. Windows color (decimal): -15502557 or 2323219. OLE color: 2323219.
HSL color Cylindrical-coordinate representation of color #137323: hue angle of 130º 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 #137323 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 35 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.55 |
| HSL | 130º | 0.72% | 0.26% | - |
| HSV(B) | 130º | 0.83% | 0.45% | - |
| XYZ | 6.7 | 12.52 | 3.65 | - |
| YUV | 77.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 35 | 0.83 | 0 | 0.70 | 0.55 | 130 | 0.72 | 0.26 |
| Hex | 13 | 73 | 23 | 53 | 0 | 46 | 37 | 82 | 48 | 1A |
| Octal | 23 | 163 | 43 | 123 | 0 | 106 | 67 | 202 | 110 | 32 |
| Binary | 10011 | 1110011 | 100011 | 1010011 | 0 | 1000110 | 110111 | 10000010 | 1001000 | 11010 |
Color Harmonies of #137323
Complementary color
Monochromatic Colors of #137323
Black with #137323
Text Example
Text Example
White with #137323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137323; }
p { color: rgb(19,115,35); }
H1.HeaderClassName
{
color: #137323;
}
.AnyTagClassName
{
color: #137323;
}
</style>
background-color css
<style>
a { background-color: #137323; }
a { background-color: rgb(19,115,35); }
div.DivClassName
{
background-color: #137323;
}
.BgClassName
{
background-color: #137323;
}
</style>
border-color css
<style>
span { border-color: #137323; }
span { border-color: rgb(19,115,35); }
td.TdClassName
{
border-color: #137323;
}
.TagClassName
{
border-color: #137323;
}
</style>