Shades of Camarone #136B29
Tints of Camarone #136B29
RGB
CMYK
RGB Variations
Color information
#136B29 (or 0x136B29) is known color: Camarone. HEX triplet: 13, 6B and 29. RGB value is (19,107,41). Sum of RGB (Red+Green+Blue) = 19+107+41=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #136B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B29 is #EC94D6. Grayscale: #494949. Windows color (decimal): -15504599 or 2714387. OLE color: 2714387.
HSL color Cylindrical-coordinate representation of color #136B29: hue angle of 135º 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 #136B29 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 41 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.58 |
| HSL | 135º | 0.7% | 0.25% | - |
| HSV(B) | 135º | 0.82% | 0.42% | - |
| XYZ | 5.93 | 10.81 | 3.87 | - |
| YUV | 73.16 | 109.85 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 41 | 0.82 | 0 | 0.62 | 0.58 | 135 | 0.7 | 0.25 |
| Hex | 13 | 6B | 29 | 52 | 0 | 3E | 3A | 87 | 46 | 19 |
| Octal | 23 | 153 | 51 | 122 | 0 | 76 | 72 | 207 | 106 | 31 |
| Binary | 10011 | 1101011 | 101001 | 1010010 | 0 | 111110 | 111010 | 10000111 | 1000110 | 11001 |
Color Harmonies of #136B29
Complementary color
Monochromatic Colors of #136B29
Black with #136B29
Text Example
Text Example
White with #136B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B29; }
p { color: rgb(19,107,41); }
H1.HeaderClassName
{
color: #136B29;
}
.AnyTagClassName
{
color: #136B29;
}
</style>
background-color css
<style>
a { background-color: #136B29; }
a { background-color: rgb(19,107,41); }
div.DivClassName
{
background-color: #136B29;
}
.BgClassName
{
background-color: #136B29;
}
</style>
border-color css
<style>
span { border-color: #136B29; }
span { border-color: rgb(19,107,41); }
td.TdClassName
{
border-color: #136B29;
}
.TagClassName
{
border-color: #136B29;
}
</style>