Shades of Camarone #136E35
Tints of Camarone #136E35
RGB
CMYK
RGB Variations
Color information
#136E35 (or 0x136E35) is known color: Camarone. HEX triplet: 13, 6E and 35. RGB value is (19,110,53). Sum of RGB (Red+Green+Blue) = 19+110+53=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 110 (43.36% from 255 or 60.44% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 110 - color contains mainly: green. Hex color #136E35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E35 is #EC91CA. Grayscale: #4C4C4C. Windows color (decimal): -15503819 or 3501587. OLE color: 3501587.
HSL color Cylindrical-coordinate representation of color #136E35: hue angle of 142.42º 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 #136E35 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 53 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.57 |
| HSL | 142.42º | 0.71% | 0.25% | - |
| HSV(B) | 142.42º | 0.83% | 0.43% | - |
| XYZ | 6.49 | 11.55 | 5.26 | - |
| YUV | 76.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 53 | 0.83 | 0 | 0.52 | 0.57 | 142.42 | 0.71 | 0.25 |
| Hex | 13 | 6E | 35 | 53 | 0 | 34 | 39 | 8E | 47 | 19 |
| Octal | 23 | 156 | 65 | 123 | 0 | 64 | 71 | 216 | 107 | 31 |
| Binary | 10011 | 1101110 | 110101 | 1010011 | 0 | 110100 | 111001 | 10001110 | 1000111 | 11001 |
Color Harmonies of #136E35
Complementary color
Monochromatic Colors of #136E35
Black with #136E35
Text Example
Text Example
White with #136E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E35; }
p { color: rgb(19,110,53); }
H1.HeaderClassName
{
color: #136E35;
}
.AnyTagClassName
{
color: #136E35;
}
</style>
background-color css
<style>
a { background-color: #136E35; }
a { background-color: rgb(19,110,53); }
div.DivClassName
{
background-color: #136E35;
}
.BgClassName
{
background-color: #136E35;
}
</style>
border-color css
<style>
span { border-color: #136E35; }
span { border-color: rgb(19,110,53); }
td.TdClassName
{
border-color: #136E35;
}
.TagClassName
{
border-color: #136E35;
}
</style>