Shades of Camarone #137223
Tints of Camarone #137223
RGB
CMYK
RGB Variations
Color information
#137223 (or 0x137223) is known color: Camarone. HEX triplet: 13, 72 and 23. RGB value is (19,114,35). Sum of RGB (Red+Green+Blue) = 19+114+35=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 114 (44.92% from 255 or 67.86% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 114 - color contains mainly: green. Hex color #137223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137223 is #EC8DDC. Grayscale: #4C4C4C. Windows color (decimal): -15502813 or 2322963. OLE color: 2322963.
HSL color Cylindrical-coordinate representation of color #137223: hue angle of 130.11º degrees, saturation: 0.71, 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 #137223 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 114 | 35 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.55 |
| HSL | 130.11º | 0.71% | 0.26% | - |
| HSV(B) | 130.11º | 0.83% | 0.45% | - |
| XYZ | 6.59 | 12.29 | 3.62 | - |
| YUV | 76.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 35 | 0.83 | 0 | 0.69 | 0.55 | 130.11 | 0.71 | 0.26 |
| Hex | 13 | 72 | 23 | 53 | 0 | 45 | 37 | 82 | 47 | 1A |
| Octal | 23 | 162 | 43 | 123 | 0 | 105 | 67 | 202 | 107 | 32 |
| Binary | 10011 | 1110010 | 100011 | 1010011 | 0 | 1000101 | 110111 | 10000010 | 1000111 | 11010 |
Color Harmonies of #137223
Complementary color
Monochromatic Colors of #137223
Black with #137223
Text Example
Text Example
White with #137223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137223; }
p { color: rgb(19,114,35); }
H1.HeaderClassName
{
color: #137223;
}
.AnyTagClassName
{
color: #137223;
}
</style>
background-color css
<style>
a { background-color: #137223; }
a { background-color: rgb(19,114,35); }
div.DivClassName
{
background-color: #137223;
}
.BgClassName
{
background-color: #137223;
}
</style>
border-color css
<style>
span { border-color: #137223; }
span { border-color: rgb(19,114,35); }
td.TdClassName
{
border-color: #137223;
}
.TagClassName
{
border-color: #137223;
}
</style>