Shades of Camarone #136B31
Tints of Camarone #136B31
RGB
CMYK
RGB Variations
Color information
#136B31 (or 0x136B31) is known color: Camarone. HEX triplet: 13, 6B and 31. RGB value is (19,107,49). Sum of RGB (Red+Green+Blue) = 19+107+49=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #136B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B31 is #EC94CE. Grayscale: #4A4A4A. Windows color (decimal): -15504591 or 3238675. OLE color: 3238675.
HSL color Cylindrical-coordinate representation of color #136B31: hue angle of 140.45º 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 #136B31 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 49 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.58 |
| HSL | 140.45º | 0.7% | 0.25% | - |
| HSV(B) | 140.45º | 0.82% | 0.42% | - |
| XYZ | 6.08 | 10.88 | 4.68 | - |
| YUV | 74.08 | 113.85 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 49 | 0.82 | 0 | 0.54 | 0.58 | 140.45 | 0.7 | 0.25 |
| Hex | 13 | 6B | 31 | 52 | 0 | 36 | 3A | 8C | 46 | 19 |
| Octal | 23 | 153 | 61 | 122 | 0 | 66 | 72 | 214 | 106 | 31 |
| Binary | 10011 | 1101011 | 110001 | 1010010 | 0 | 110110 | 111010 | 10001100 | 1000110 | 11001 |
Color Harmonies of #136B31
Complementary color
Monochromatic Colors of #136B31
Black with #136B31
Text Example
Text Example
White with #136B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B31; }
p { color: rgb(19,107,49); }
H1.HeaderClassName
{
color: #136B31;
}
.AnyTagClassName
{
color: #136B31;
}
</style>
background-color css
<style>
a { background-color: #136B31; }
a { background-color: rgb(19,107,49); }
div.DivClassName
{
background-color: #136B31;
}
.BgClassName
{
background-color: #136B31;
}
</style>
border-color css
<style>
span { border-color: #136B31; }
span { border-color: rgb(19,107,49); }
td.TdClassName
{
border-color: #136B31;
}
.TagClassName
{
border-color: #136B31;
}
</style>