Shades of Camarone #136F28
Tints of Camarone #136F28
RGB
CMYK
RGB Variations
Color information
#136F28 (or 0x136F28) is known color: Camarone. HEX triplet: 13, 6F and 28. RGB value is (19,111,40). Sum of RGB (Red+Green+Blue) = 19+111+40=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 111 (43.75% from 255 or 65.29% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 111 - color contains mainly: green. Hex color #136F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F28 is #EC90D7. Grayscale: #4B4B4B. Windows color (decimal): -15503576 or 2649875. OLE color: 2649875.
HSL color Cylindrical-coordinate representation of color #136F28: hue angle of 133.7º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F28 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 40 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.56 |
| HSL | 133.7º | 0.71% | 0.25% | - |
| HSV(B) | 133.7º | 0.83% | 0.44% | - |
| XYZ | 6.34 | 11.66 | 3.92 | - |
| YUV | 75.4 | 108.02 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 40 | 0.83 | 0 | 0.64 | 0.56 | 133.7 | 0.71 | 0.25 |
| Hex | 13 | 6F | 28 | 53 | 0 | 40 | 38 | 86 | 47 | 19 |
| Octal | 23 | 157 | 50 | 123 | 0 | 100 | 70 | 206 | 107 | 31 |
| Binary | 10011 | 1101111 | 101000 | 1010011 | 0 | 1000000 | 111000 | 10000110 | 1000111 | 11001 |
Color Harmonies of #136F28
Complementary color
Monochromatic Colors of #136F28
Black with #136F28
Text Example
Text Example
White with #136F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F28; }
p { color: rgb(19,111,40); }
H1.HeaderClassName
{
color: #136F28;
}
.AnyTagClassName
{
color: #136F28;
}
</style>
background-color css
<style>
a { background-color: #136F28; }
a { background-color: rgb(19,111,40); }
div.DivClassName
{
background-color: #136F28;
}
.BgClassName
{
background-color: #136F28;
}
</style>
border-color css
<style>
span { border-color: #136F28; }
span { border-color: rgb(19,111,40); }
td.TdClassName
{
border-color: #136F28;
}
.TagClassName
{
border-color: #136F28;
}
</style>