Shades of Camarone #136B2F
Tints of Camarone #136B2F
RGB
CMYK
RGB Variations
Color information
#136B2F (or 0x136B2F) is known color: Camarone. HEX triplet: 13, 6B and 2F. RGB value is (19,107,47). Sum of RGB (Red+Green+Blue) = 19+107+47=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #136B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B2F is #EC94D0. Grayscale: #4A4A4A. Windows color (decimal): -15504593 or 3107603. OLE color: 3107603.
HSL color Cylindrical-coordinate representation of color #136B2F: hue angle of 139.09º 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 #136B2F is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 47 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.58 |
| HSL | 139.09º | 0.7% | 0.25% | - |
| HSV(B) | 139.09º | 0.82% | 0.42% | - |
| XYZ | 6.04 | 10.86 | 4.47 | - |
| YUV | 73.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 47 | 0.82 | 0 | 0.56 | 0.58 | 139.09 | 0.7 | 0.25 |
| Hex | 13 | 6B | 2F | 52 | 0 | 38 | 3A | 8B | 46 | 19 |
| Octal | 23 | 153 | 57 | 122 | 0 | 70 | 72 | 213 | 106 | 31 |
| Binary | 10011 | 1101011 | 101111 | 1010010 | 0 | 111000 | 111010 | 10001011 | 1000110 | 11001 |
Color Harmonies of #136B2F
Complementary color
Monochromatic Colors of #136B2F
Black with #136B2F
Text Example
Text Example
White with #136B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B2F; }
p { color: rgb(19,107,47); }
H1.HeaderClassName
{
color: #136B2F;
}
.AnyTagClassName
{
color: #136B2F;
}
</style>
background-color css
<style>
a { background-color: #136B2F; }
a { background-color: rgb(19,107,47); }
div.DivClassName
{
background-color: #136B2F;
}
.BgClassName
{
background-color: #136B2F;
}
</style>
border-color css
<style>
span { border-color: #136B2F; }
span { border-color: rgb(19,107,47); }
td.TdClassName
{
border-color: #136B2F;
}
.TagClassName
{
border-color: #136B2F;
}
</style>