Shades of Camarone #136D27
Tints of Camarone #136D27
RGB
CMYK
RGB Variations
Color information
#136D27 (or 0x136D27) is known color: Camarone. HEX triplet: 13, 6D and 27. RGB value is (19,109,39). Sum of RGB (Red+Green+Blue) = 19+109+39=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 109 (42.97% from 255 or 65.27% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 109 - color contains mainly: green. Hex color #136D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136D27 is #EC92D8. Grayscale: #4A4A4A. Windows color (decimal): -15504089 or 2583827. OLE color: 2583827.
HSL color Cylindrical-coordinate representation of color #136D27: hue angle of 133.33º degrees, saturation: 0.7, 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 #136D27 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 109 | 39 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.57 |
| HSL | 133.33º | 0.7% | 0.25% | - |
| HSV(B) | 133.33º | 0.83% | 0.43% | - |
| XYZ | 6.1 | 11.22 | 3.76 | - |
| YUV | 74.11 | 108.18 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 39 | 0.83 | 0 | 0.64 | 0.57 | 133.33 | 0.7 | 0.25 |
| Hex | 13 | 6D | 27 | 53 | 0 | 40 | 39 | 85 | 46 | 19 |
| Octal | 23 | 155 | 47 | 123 | 0 | 100 | 71 | 205 | 106 | 31 |
| Binary | 10011 | 1101101 | 100111 | 1010011 | 0 | 1000000 | 111001 | 10000101 | 1000110 | 11001 |
Color Harmonies of #136D27
Complementary color
Monochromatic Colors of #136D27
Black with #136D27
Text Example
Text Example
White with #136D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D27; }
p { color: rgb(19,109,39); }
H1.HeaderClassName
{
color: #136D27;
}
.AnyTagClassName
{
color: #136D27;
}
</style>
background-color css
<style>
a { background-color: #136D27; }
a { background-color: rgb(19,109,39); }
div.DivClassName
{
background-color: #136D27;
}
.BgClassName
{
background-color: #136D27;
}
</style>
border-color css
<style>
span { border-color: #136D27; }
span { border-color: rgb(19,109,39); }
td.TdClassName
{
border-color: #136D27;
}
.TagClassName
{
border-color: #136D27;
}
</style>