Shades of Camarone #136A21
Tints of Camarone #136A21
RGB
CMYK
RGB Variations
Color information
#136A21 (or 0x136A21) is known color: Camarone. HEX triplet: 13, 6A and 21. RGB value is (19,106,33). Sum of RGB (Red+Green+Blue) = 19+106+33=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #136A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136A21 is #EC95DE. Grayscale: #474747. Windows color (decimal): -15504863 or 2189843. OLE color: 2189843.
HSL color Cylindrical-coordinate representation of color #136A21: hue angle of 129.66º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136A21 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 106 | 33 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.58 |
| HSL | 129.66º | 0.7% | 0.25% | - |
| HSV(B) | 129.66º | 0.82% | 0.42% | - |
| XYZ | 5.7 | 10.56 | 3.18 | - |
| YUV | 71.67 | 106.18 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 33 | 0.82 | 0 | 0.69 | 0.58 | 129.66 | 0.7 | 0.25 |
| Hex | 13 | 6A | 21 | 52 | 0 | 45 | 3A | 82 | 46 | 19 |
| Octal | 23 | 152 | 41 | 122 | 0 | 105 | 72 | 202 | 106 | 31 |
| Binary | 10011 | 1101010 | 100001 | 1010010 | 0 | 1000101 | 111010 | 10000010 | 1000110 | 11001 |
Color Harmonies of #136A21
Complementary color
Monochromatic Colors of #136A21
Black with #136A21
Text Example
Text Example
White with #136A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A21; }
p { color: rgb(19,106,33); }
H1.HeaderClassName
{
color: #136A21;
}
.AnyTagClassName
{
color: #136A21;
}
</style>
background-color css
<style>
a { background-color: #136A21; }
a { background-color: rgb(19,106,33); }
div.DivClassName
{
background-color: #136A21;
}
.BgClassName
{
background-color: #136A21;
}
</style>
border-color css
<style>
span { border-color: #136A21; }
span { border-color: rgb(19,106,33); }
td.TdClassName
{
border-color: #136A21;
}
.TagClassName
{
border-color: #136A21;
}
</style>