Shades of Camarone #136E33
Tints of Camarone #136E33
RGB
CMYK
RGB Variations
Color information
#136E33 (or 0x136E33) is known color: Camarone. HEX triplet: 13, 6E and 33. RGB value is (19,110,51). Sum of RGB (Red+Green+Blue) = 19+110+51=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 110 (43.36% from 255 or 61.11% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 110 - color contains mainly: green. Hex color #136E33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E33 is #EC91CC. Grayscale: #4C4C4C. Windows color (decimal): -15503821 or 3370515. OLE color: 3370515.
HSL color Cylindrical-coordinate representation of color #136E33: hue angle of 141.1º 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 #136E33 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 51 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.57 |
| HSL | 141.1º | 0.71% | 0.25% | - |
| HSV(B) | 141.1º | 0.83% | 0.43% | - |
| XYZ | 6.44 | 11.53 | 5.02 | - |
| YUV | 76.07 | 113.85 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 51 | 0.83 | 0 | 0.54 | 0.57 | 141.1 | 0.71 | 0.25 |
| Hex | 13 | 6E | 33 | 53 | 0 | 36 | 39 | 8D | 47 | 19 |
| Octal | 23 | 156 | 63 | 123 | 0 | 66 | 71 | 215 | 107 | 31 |
| Binary | 10011 | 1101110 | 110011 | 1010011 | 0 | 110110 | 111001 | 10001101 | 1000111 | 11001 |
Color Harmonies of #136E33
Complementary color
Monochromatic Colors of #136E33
Black with #136E33
Text Example
Text Example
White with #136E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E33; }
p { color: rgb(19,110,51); }
H1.HeaderClassName
{
color: #136E33;
}
.AnyTagClassName
{
color: #136E33;
}
</style>
background-color css
<style>
a { background-color: #136E33; }
a { background-color: rgb(19,110,51); }
div.DivClassName
{
background-color: #136E33;
}
.BgClassName
{
background-color: #136E33;
}
</style>
border-color css
<style>
span { border-color: #136E33; }
span { border-color: rgb(19,110,51); }
td.TdClassName
{
border-color: #136E33;
}
.TagClassName
{
border-color: #136E33;
}
</style>