Shades of Jewel #136842
Tints of Jewel #136842
RGB
CMYK
RGB Variations
Color information
#136842 (or 0x136842) is known color: Jewel. HEX triplet: 13, 68 and 42. RGB value is (19,104,66). Sum of RGB (Red+Green+Blue) = 19+104+66=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #136842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136842 is #EC97BD. Grayscale: #4A4A4A. Windows color (decimal): -15505342 or 4352019. OLE color: 4352019.
HSL color Cylindrical-coordinate representation of color #136842: hue angle of 153.18º 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 #136842 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 66 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.59 |
| HSL | 153.18º | 0.69% | 0.24% | - |
| HSV(B) | 153.18º | 0.82% | 0.41% | - |
| XYZ | 6.2 | 10.43 | 6.84 | - |
| YUV | 74.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 66 | 0.82 | 0 | 0.37 | 0.59 | 153.18 | 0.69 | 0.24 |
| Hex | 13 | 68 | 42 | 52 | 0 | 25 | 3B | 99 | 45 | 18 |
| Octal | 23 | 150 | 102 | 122 | 0 | 45 | 73 | 231 | 105 | 30 |
| Binary | 10011 | 1101000 | 1000010 | 1010010 | 0 | 100101 | 111011 | 10011001 | 1000101 | 11000 |
Color Harmonies of #136842
Complementary color
Monochromatic Colors of #136842
Black with #136842
Text Example
Text Example
White with #136842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136842; }
p { color: rgb(19,104,66); }
H1.HeaderClassName
{
color: #136842;
}
.AnyTagClassName
{
color: #136842;
}
</style>
background-color css
<style>
a { background-color: #136842; }
a { background-color: rgb(19,104,66); }
div.DivClassName
{
background-color: #136842;
}
.BgClassName
{
background-color: #136842;
}
</style>
border-color css
<style>
span { border-color: #136842; }
span { border-color: rgb(19,104,66); }
td.TdClassName
{
border-color: #136842;
}
.TagClassName
{
border-color: #136842;
}
</style>