Shades of Camarone #136B2E
Tints of Camarone #136B2E
RGB
CMYK
RGB Variations
Color information
#136B2E (or 0x136B2E) is known color: Camarone. HEX triplet: 13, 6B and 2E. RGB value is (19,107,46). Sum of RGB (Red+Green+Blue) = 19+107+46=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 107 (42.19% from 255 or 62.21% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 107 - color contains mainly: green. Hex color #136B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B2E is #EC94D1. Grayscale: #494949. Windows color (decimal): -15504594 or 3042067. OLE color: 3042067.
HSL color Cylindrical-coordinate representation of color #136B2E: hue angle of 138.41º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136B2E is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 46 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.58 |
| HSL | 138.41º | 0.7% | 0.25% | - |
| HSV(B) | 138.41º | 0.82% | 0.42% | - |
| XYZ | 6.02 | 10.85 | 4.36 | - |
| YUV | 73.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 46 | 0.82 | 0 | 0.57 | 0.58 | 138.41 | 0.7 | 0.25 |
| Hex | 13 | 6B | 2E | 52 | 0 | 39 | 3A | 8A | 46 | 19 |
| Octal | 23 | 153 | 56 | 122 | 0 | 71 | 72 | 212 | 106 | 31 |
| Binary | 10011 | 1101011 | 101110 | 1010010 | 0 | 111001 | 111010 | 10001010 | 1000110 | 11001 |
Color Harmonies of #136B2E
Complementary color
Monochromatic Colors of #136B2E
Black with #136B2E
Text Example
Text Example
White with #136B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B2E; }
p { color: rgb(19,107,46); }
H1.HeaderClassName
{
color: #136B2E;
}
.AnyTagClassName
{
color: #136B2E;
}
</style>
background-color css
<style>
a { background-color: #136B2E; }
a { background-color: rgb(19,107,46); }
div.DivClassName
{
background-color: #136B2E;
}
.BgClassName
{
background-color: #136B2E;
}
</style>
border-color css
<style>
span { border-color: #136B2E; }
span { border-color: rgb(19,107,46); }
td.TdClassName
{
border-color: #136B2E;
}
.TagClassName
{
border-color: #136B2E;
}
</style>