Shades of Camarone #136E36
Tints of Camarone #136E36
RGB
CMYK
RGB Variations
Color information
#136E36 (or 0x136E36) is known color: Camarone. HEX triplet: 13, 6E and 36. RGB value is (19,110,54). Sum of RGB (Red+Green+Blue) = 19+110+54=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 110 (43.36% from 255 or 60.11% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 110 - color contains mainly: green. Hex color #136E36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E36 is #EC91C9. Grayscale: #4C4C4C. Windows color (decimal): -15503818 or 3567123. OLE color: 3567123.
HSL color Cylindrical-coordinate representation of color #136E36: hue angle of 143.08º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E36 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 54 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.57 |
| HSL | 143.08º | 0.71% | 0.25% | - |
| HSV(B) | 143.08º | 0.83% | 0.43% | - |
| XYZ | 6.51 | 11.56 | 5.38 | - |
| YUV | 76.41 | 115.35 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 54 | 0.83 | 0 | 0.51 | 0.57 | 143.08 | 0.71 | 0.25 |
| Hex | 13 | 6E | 36 | 53 | 0 | 33 | 39 | 8F | 47 | 19 |
| Octal | 23 | 156 | 66 | 123 | 0 | 63 | 71 | 217 | 107 | 31 |
| Binary | 10011 | 1101110 | 110110 | 1010011 | 0 | 110011 | 111001 | 10001111 | 1000111 | 11001 |
Color Harmonies of #136E36
Complementary color
Monochromatic Colors of #136E36
Black with #136E36
Text Example
Text Example
White with #136E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E36; }
p { color: rgb(19,110,54); }
H1.HeaderClassName
{
color: #136E36;
}
.AnyTagClassName
{
color: #136E36;
}
</style>
background-color css
<style>
a { background-color: #136E36; }
a { background-color: rgb(19,110,54); }
div.DivClassName
{
background-color: #136E36;
}
.BgClassName
{
background-color: #136E36;
}
</style>
border-color css
<style>
span { border-color: #136E36; }
span { border-color: rgb(19,110,54); }
td.TdClassName
{
border-color: #136E36;
}
.TagClassName
{
border-color: #136E36;
}
</style>