Shades of Camarone #136F33
Tints of Camarone #136F33
RGB
CMYK
RGB Variations
Color information
#136F33 (or 0x136F33) is known color: Camarone. HEX triplet: 13, 6F and 33. RGB value is (19,111,51). Sum of RGB (Red+Green+Blue) = 19+111+51=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 111 (43.75% from 255 or 61.33% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 111 - color contains mainly: green. Hex color #136F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F33 is #EC90CC. Grayscale: #4C4C4C. Windows color (decimal): -15503565 or 3370771. OLE color: 3370771.
HSL color Cylindrical-coordinate representation of color #136F33: hue angle of 140.87º 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 #136F33 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 51 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.56 |
| HSL | 140.87º | 0.71% | 0.25% | - |
| HSV(B) | 140.87º | 0.83% | 0.44% | - |
| XYZ | 6.55 | 11.75 | 5.05 | - |
| YUV | 76.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 51 | 0.83 | 0 | 0.54 | 0.56 | 140.87 | 0.71 | 0.25 |
| Hex | 13 | 6F | 33 | 53 | 0 | 36 | 38 | 8D | 47 | 19 |
| Octal | 23 | 157 | 63 | 123 | 0 | 66 | 70 | 215 | 107 | 31 |
| Binary | 10011 | 1101111 | 110011 | 1010011 | 0 | 110110 | 111000 | 10001101 | 1000111 | 11001 |
Color Harmonies of #136F33
Complementary color
Monochromatic Colors of #136F33
Black with #136F33
Text Example
Text Example
White with #136F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F33; }
p { color: rgb(19,111,51); }
H1.HeaderClassName
{
color: #136F33;
}
.AnyTagClassName
{
color: #136F33;
}
</style>
background-color css
<style>
a { background-color: #136F33; }
a { background-color: rgb(19,111,51); }
div.DivClassName
{
background-color: #136F33;
}
.BgClassName
{
background-color: #136F33;
}
</style>
border-color css
<style>
span { border-color: #136F33; }
span { border-color: rgb(19,111,51); }
td.TdClassName
{
border-color: #136F33;
}
.TagClassName
{
border-color: #136F33;
}
</style>