Shades of Camarone #136929
Tints of Camarone #136929
RGB
CMYK
RGB Variations
Color information
#136929 (or 0x136929) is known color: Camarone. HEX triplet: 13, 69 and 29. RGB value is (19,105,41). Sum of RGB (Red+Green+Blue) = 19+105+41=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 105 (41.41% from 255 or 63.64% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 105 - color contains mainly: green. Hex color #136929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136929 is #EC96D6. Grayscale: #484848. Windows color (decimal): -15505111 or 2713875. OLE color: 2713875.
HSL color Cylindrical-coordinate representation of color #136929: hue angle of 135.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136929 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 41 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.59 |
| HSL | 135.35º | 0.69% | 0.24% | - |
| HSV(B) | 135.35º | 0.82% | 0.41% | - |
| XYZ | 5.72 | 10.4 | 3.8 | - |
| YUV | 71.99 | 110.51 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 41 | 0.82 | 0 | 0.61 | 0.59 | 135.35 | 0.69 | 0.24 |
| Hex | 13 | 69 | 29 | 52 | 0 | 3D | 3B | 87 | 45 | 18 |
| Octal | 23 | 151 | 51 | 122 | 0 | 75 | 73 | 207 | 105 | 30 |
| Binary | 10011 | 1101001 | 101001 | 1010010 | 0 | 111101 | 111011 | 10000111 | 1000101 | 11000 |
Color Harmonies of #136929
Complementary color
Monochromatic Colors of #136929
Black with #136929
Text Example
Text Example
White with #136929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136929; }
p { color: rgb(19,105,41); }
H1.HeaderClassName
{
color: #136929;
}
.AnyTagClassName
{
color: #136929;
}
</style>
background-color css
<style>
a { background-color: #136929; }
a { background-color: rgb(19,105,41); }
div.DivClassName
{
background-color: #136929;
}
.BgClassName
{
background-color: #136929;
}
</style>
border-color css
<style>
span { border-color: #136929; }
span { border-color: rgb(19,105,41); }
td.TdClassName
{
border-color: #136929;
}
.TagClassName
{
border-color: #136929;
}
</style>