Shades of Camarone #136B2C
Tints of Camarone #136B2C
RGB
CMYK
RGB Variations
Color information
#136B2C (or 0x136B2C) is known color: Camarone. HEX triplet: 13, 6B and 2C. RGB value is (19,107,44). Sum of RGB (Red+Green+Blue) = 19+107+44=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 107 (42.19% from 255 or 62.94% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 107 - color contains mainly: green. Hex color #136B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B2C is #EC94D3. Grayscale: #494949. Windows color (decimal): -15504596 or 2910995. OLE color: 2910995.
HSL color Cylindrical-coordinate representation of color #136B2C: hue angle of 137.05º 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 #136B2C is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 44 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.58 |
| HSL | 137.05º | 0.7% | 0.25% | - |
| HSV(B) | 137.05º | 0.82% | 0.42% | - |
| XYZ | 5.98 | 10.84 | 4.16 | - |
| YUV | 73.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 44 | 0.82 | 0 | 0.59 | 0.58 | 137.05 | 0.7 | 0.25 |
| Hex | 13 | 6B | 2C | 52 | 0 | 3B | 3A | 89 | 46 | 19 |
| Octal | 23 | 153 | 54 | 122 | 0 | 73 | 72 | 211 | 106 | 31 |
| Binary | 10011 | 1101011 | 101100 | 1010010 | 0 | 111011 | 111010 | 10001001 | 1000110 | 11001 |
Color Harmonies of #136B2C
Complementary color
Monochromatic Colors of #136B2C
Black with #136B2C
Text Example
Text Example
White with #136B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B2C; }
p { color: rgb(19,107,44); }
H1.HeaderClassName
{
color: #136B2C;
}
.AnyTagClassName
{
color: #136B2C;
}
</style>
background-color css
<style>
a { background-color: #136B2C; }
a { background-color: rgb(19,107,44); }
div.DivClassName
{
background-color: #136B2C;
}
.BgClassName
{
background-color: #136B2C;
}
</style>
border-color css
<style>
span { border-color: #136B2C; }
span { border-color: rgb(19,107,44); }
td.TdClassName
{
border-color: #136B2C;
}
.TagClassName
{
border-color: #136B2C;
}
</style>