Shades of Camarone #136C28
Tints of Camarone #136C28
RGB
CMYK
RGB Variations
Color information
#136C28 (or 0x136C28) is known color: Camarone. HEX triplet: 13, 6C and 28. RGB value is (19,108,40). Sum of RGB (Red+Green+Blue) = 19+108+40=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 108 (42.58% from 255 or 64.67% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 108 - color contains mainly: green. Hex color #136C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C28 is #EC93D7. Grayscale: #494949. Windows color (decimal): -15504344 or 2649107. OLE color: 2649107.
HSL color Cylindrical-coordinate representation of color #136C28: hue angle of 134.16º 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 #136C28 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 108 | 40 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.58 |
| HSL | 134.16º | 0.7% | 0.25% | - |
| HSV(B) | 134.16º | 0.82% | 0.42% | - |
| XYZ | 6.01 | 11.02 | 3.82 | - |
| YUV | 73.64 | 109.01 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 40 | 0.82 | 0 | 0.63 | 0.58 | 134.16 | 0.7 | 0.25 |
| Hex | 13 | 6C | 28 | 52 | 0 | 3F | 3A | 86 | 46 | 19 |
| Octal | 23 | 154 | 50 | 122 | 0 | 77 | 72 | 206 | 106 | 31 |
| Binary | 10011 | 1101100 | 101000 | 1010010 | 0 | 111111 | 111010 | 10000110 | 1000110 | 11001 |
Color Harmonies of #136C28
Complementary color
Monochromatic Colors of #136C28
Black with #136C28
Text Example
Text Example
White with #136C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C28; }
p { color: rgb(19,108,40); }
H1.HeaderClassName
{
color: #136C28;
}
.AnyTagClassName
{
color: #136C28;
}
</style>
background-color css
<style>
a { background-color: #136C28; }
a { background-color: rgb(19,108,40); }
div.DivClassName
{
background-color: #136C28;
}
.BgClassName
{
background-color: #136C28;
}
</style>
border-color css
<style>
span { border-color: #136C28; }
span { border-color: rgb(19,108,40); }
td.TdClassName
{
border-color: #136C28;
}
.TagClassName
{
border-color: #136C28;
}
</style>