Shades of Jewel #136B42
Tints of Jewel #136B42
RGB
CMYK
RGB Variations
Color information
#136B42 (or 0x136B42) is known color: Jewel. HEX triplet: 13, 6B and 42. RGB value is (19,107,66). Sum of RGB (Red+Green+Blue) = 19+107+66=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #136B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B42 is #EC94BD. Grayscale: #4C4C4C. Windows color (decimal): -15504574 or 4352787. OLE color: 4352787.
HSL color Cylindrical-coordinate representation of color #136B42: hue angle of 152.05º 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 #136B42 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 66 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.58 |
| HSL | 152.05º | 0.7% | 0.25% | - |
| HSV(B) | 152.05º | 0.82% | 0.42% | - |
| XYZ | 6.51 | 11.05 | 6.94 | - |
| YUV | 76.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 66 | 0.82 | 0 | 0.38 | 0.58 | 152.05 | 0.7 | 0.25 |
| Hex | 13 | 6B | 42 | 52 | 0 | 26 | 3A | 98 | 46 | 19 |
| Octal | 23 | 153 | 102 | 122 | 0 | 46 | 72 | 230 | 106 | 31 |
| Binary | 10011 | 1101011 | 1000010 | 1010010 | 0 | 100110 | 111010 | 10011000 | 1000110 | 11001 |
Color Harmonies of #136B42
Complementary color
Monochromatic Colors of #136B42
Black with #136B42
Text Example
Text Example
White with #136B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B42; }
p { color: rgb(19,107,66); }
H1.HeaderClassName
{
color: #136B42;
}
.AnyTagClassName
{
color: #136B42;
}
</style>
background-color css
<style>
a { background-color: #136B42; }
a { background-color: rgb(19,107,66); }
div.DivClassName
{
background-color: #136B42;
}
.BgClassName
{
background-color: #136B42;
}
</style>
border-color css
<style>
span { border-color: #136B42; }
span { border-color: rgb(19,107,66); }
td.TdClassName
{
border-color: #136B42;
}
.TagClassName
{
border-color: #136B42;
}
</style>