Shades of Camarone #136E24
Tints of Camarone #136E24
RGB
CMYK
RGB Variations
Color information
#136E24 (or 0x136E24) is known color: Camarone. HEX triplet: 13, 6E and 24. RGB value is (19,110,36). Sum of RGB (Red+Green+Blue) = 19+110+36=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 110 (43.36% from 255 or 66.67% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 110 - color contains mainly: green. Hex color #136E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E24 is #EC91DB. Grayscale: #4A4A4A. Windows color (decimal): -15503836 or 2387475. OLE color: 2387475.
HSL color Cylindrical-coordinate representation of color #136E24: hue angle of 131.21º 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 #136E24 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 36 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.57 |
| HSL | 131.21º | 0.71% | 0.25% | - |
| HSV(B) | 131.21º | 0.83% | 0.43% | - |
| XYZ | 6.16 | 11.42 | 3.55 | - |
| YUV | 74.36 | 106.35 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 36 | 0.83 | 0 | 0.67 | 0.57 | 131.21 | 0.71 | 0.25 |
| Hex | 13 | 6E | 24 | 53 | 0 | 43 | 39 | 83 | 47 | 19 |
| Octal | 23 | 156 | 44 | 123 | 0 | 103 | 71 | 203 | 107 | 31 |
| Binary | 10011 | 1101110 | 100100 | 1010011 | 0 | 1000011 | 111001 | 10000011 | 1000111 | 11001 |
Color Harmonies of #136E24
Complementary color
Monochromatic Colors of #136E24
Black with #136E24
Text Example
Text Example
White with #136E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E24; }
p { color: rgb(19,110,36); }
H1.HeaderClassName
{
color: #136E24;
}
.AnyTagClassName
{
color: #136E24;
}
</style>
background-color css
<style>
a { background-color: #136E24; }
a { background-color: rgb(19,110,36); }
div.DivClassName
{
background-color: #136E24;
}
.BgClassName
{
background-color: #136E24;
}
</style>
border-color css
<style>
span { border-color: #136E24; }
span { border-color: rgb(19,110,36); }
td.TdClassName
{
border-color: #136E24;
}
.TagClassName
{
border-color: #136E24;
}
</style>