Shades of Camarone #137422
Tints of Camarone #137422
RGB
CMYK
RGB Variations
Color information
#137422 (or 0x137422) is known color: Camarone. HEX triplet: 13, 74 and 22. RGB value is (19,116,34). Sum of RGB (Red+Green+Blue) = 19+116+34=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 116 (45.70% from 255 or 68.64% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 116 - color contains mainly: green. Hex color #137422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137422 is #EC8BDD. Grayscale: #4D4D4D. Windows color (decimal): -15502302 or 2257939. OLE color: 2257939.
HSL color Cylindrical-coordinate representation of color #137422: hue angle of 129.28º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137422 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 34 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.55 |
| HSL | 129.28º | 0.72% | 0.26% | - |
| HSV(B) | 129.28º | 0.84% | 0.45% | - |
| XYZ | 6.8 | 12.74 | 3.61 | - |
| YUV | 77.65 | 103.36 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 34 | 0.84 | 0 | 0.71 | 0.55 | 129.28 | 0.72 | 0.26 |
| Hex | 13 | 74 | 22 | 54 | 0 | 47 | 37 | 81 | 48 | 1A |
| Octal | 23 | 164 | 42 | 124 | 0 | 107 | 67 | 201 | 110 | 32 |
| Binary | 10011 | 1110100 | 100010 | 1010100 | 0 | 1000111 | 110111 | 10000001 | 1001000 | 11010 |
Color Harmonies of #137422
Complementary color
Monochromatic Colors of #137422
Black with #137422
Text Example
Text Example
White with #137422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137422; }
p { color: rgb(19,116,34); }
H1.HeaderClassName
{
color: #137422;
}
.AnyTagClassName
{
color: #137422;
}
</style>
background-color css
<style>
a { background-color: #137422; }
a { background-color: rgb(19,116,34); }
div.DivClassName
{
background-color: #137422;
}
.BgClassName
{
background-color: #137422;
}
</style>
border-color css
<style>
span { border-color: #137422; }
span { border-color: rgb(19,116,34); }
td.TdClassName
{
border-color: #137422;
}
.TagClassName
{
border-color: #137422;
}
</style>