Shades of Camarone #136F34
Tints of Camarone #136F34
RGB
CMYK
RGB Variations
Color information
#136F34 (or 0x136F34) is known color: Camarone. HEX triplet: 13, 6F and 34. RGB value is (19,111,52). Sum of RGB (Red+Green+Blue) = 19+111+52=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 111 (43.75% from 255 or 60.99% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 111 - color contains mainly: green. Hex color #136F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F34 is #EC90CB. Grayscale: #4C4C4C. Windows color (decimal): -15503564 or 3436307. OLE color: 3436307.
HSL color Cylindrical-coordinate representation of color #136F34: hue angle of 141.52º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F34 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 52 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.56 |
| HSL | 141.52º | 0.71% | 0.25% | - |
| HSV(B) | 141.52º | 0.83% | 0.44% | - |
| XYZ | 6.57 | 11.76 | 5.17 | - |
| YUV | 76.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 52 | 0.83 | 0 | 0.53 | 0.56 | 141.52 | 0.71 | 0.25 |
| Hex | 13 | 6F | 34 | 53 | 0 | 35 | 38 | 8E | 47 | 19 |
| Octal | 23 | 157 | 64 | 123 | 0 | 65 | 70 | 216 | 107 | 31 |
| Binary | 10011 | 1101111 | 110100 | 1010011 | 0 | 110101 | 111000 | 10001110 | 1000111 | 11001 |
Color Harmonies of #136F34
Complementary color
Monochromatic Colors of #136F34
Black with #136F34
Text Example
Text Example
White with #136F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F34; }
p { color: rgb(19,111,52); }
H1.HeaderClassName
{
color: #136F34;
}
.AnyTagClassName
{
color: #136F34;
}
</style>
background-color css
<style>
a { background-color: #136F34; }
a { background-color: rgb(19,111,52); }
div.DivClassName
{
background-color: #136F34;
}
.BgClassName
{
background-color: #136F34;
}
</style>
border-color css
<style>
span { border-color: #136F34; }
span { border-color: rgb(19,111,52); }
td.TdClassName
{
border-color: #136F34;
}
.TagClassName
{
border-color: #136F34;
}
</style>