Shades of Camarone #136B20
Tints of Camarone #136B20
RGB
CMYK
RGB Variations
Color information
#136B20 (or 0x136B20) is known color: Camarone. HEX triplet: 13, 6B and 20. RGB value is (19,107,32). Sum of RGB (Red+Green+Blue) = 19+107+32=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 107 (42.19% from 255 or 67.72% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 107 - color contains mainly: green. Hex color #136B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B20 is #EC94DF. Grayscale: #484848. Windows color (decimal): -15504608 or 2124563. OLE color: 2124563.
HSL color Cylindrical-coordinate representation of color #136B20: hue angle of 128.86º 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 #136B20 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 32 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.58 |
| HSL | 128.86º | 0.7% | 0.25% | - |
| HSV(B) | 128.86º | 0.82% | 0.42% | - |
| XYZ | 5.79 | 10.76 | 3.14 | - |
| YUV | 72.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 32 | 0.82 | 0 | 0.70 | 0.58 | 128.86 | 0.7 | 0.25 |
| Hex | 13 | 6B | 20 | 52 | 0 | 46 | 3A | 81 | 46 | 19 |
| Octal | 23 | 153 | 40 | 122 | 0 | 106 | 72 | 201 | 106 | 31 |
| Binary | 10011 | 1101011 | 100000 | 1010010 | 0 | 1000110 | 111010 | 10000001 | 1000110 | 11001 |
Color Harmonies of #136B20
Complementary color
Monochromatic Colors of #136B20
Black with #136B20
Text Example
Text Example
White with #136B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B20; }
p { color: rgb(19,107,32); }
H1.HeaderClassName
{
color: #136B20;
}
.AnyTagClassName
{
color: #136B20;
}
</style>
background-color css
<style>
a { background-color: #136B20; }
a { background-color: rgb(19,107,32); }
div.DivClassName
{
background-color: #136B20;
}
.BgClassName
{
background-color: #136B20;
}
</style>
border-color css
<style>
span { border-color: #136B20; }
span { border-color: rgb(19,107,32); }
td.TdClassName
{
border-color: #136B20;
}
.TagClassName
{
border-color: #136B20;
}
</style>