Shades of Camarone #136E32
Tints of Camarone #136E32
RGB
CMYK
RGB Variations
Color information
#136E32 (or 0x136E32) is known color: Camarone. HEX triplet: 13, 6E and 32. RGB value is (19,110,50). Sum of RGB (Red+Green+Blue) = 19+110+50=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 110 (43.36% from 255 or 61.45% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 110 - color contains mainly: green. Hex color #136E32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E32 is #EC91CD. Grayscale: #4C4C4C. Windows color (decimal): -15503822 or 3304979. OLE color: 3304979.
HSL color Cylindrical-coordinate representation of color #136E32: hue angle of 140.44º 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 #136E32 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 50 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.57 |
| HSL | 140.44º | 0.71% | 0.25% | - |
| HSV(B) | 140.44º | 0.83% | 0.43% | - |
| XYZ | 6.42 | 11.52 | 4.9 | - |
| YUV | 75.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 50 | 0.83 | 0 | 0.55 | 0.57 | 140.44 | 0.71 | 0.25 |
| Hex | 13 | 6E | 32 | 53 | 0 | 37 | 39 | 8C | 47 | 19 |
| Octal | 23 | 156 | 62 | 123 | 0 | 67 | 71 | 214 | 107 | 31 |
| Binary | 10011 | 1101110 | 110010 | 1010011 | 0 | 110111 | 111001 | 10001100 | 1000111 | 11001 |
Color Harmonies of #136E32
Complementary color
Monochromatic Colors of #136E32
Black with #136E32
Text Example
Text Example
White with #136E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E32; }
p { color: rgb(19,110,50); }
H1.HeaderClassName
{
color: #136E32;
}
.AnyTagClassName
{
color: #136E32;
}
</style>
background-color css
<style>
a { background-color: #136E32; }
a { background-color: rgb(19,110,50); }
div.DivClassName
{
background-color: #136E32;
}
.BgClassName
{
background-color: #136E32;
}
</style>
border-color css
<style>
span { border-color: #136E32; }
span { border-color: rgb(19,110,50); }
td.TdClassName
{
border-color: #136E32;
}
.TagClassName
{
border-color: #136E32;
}
</style>