Shades of Jewel #136943
Tints of Jewel #136943
RGB
CMYK
RGB Variations
Color information
#136943 (or 0x136943) is known color: Jewel. HEX triplet: 13, 69 and 43. RGB value is (19,105,67). Sum of RGB (Red+Green+Blue) = 19+105+67=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #136943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136943 is #EC96BC. Grayscale: #4B4B4B. Windows color (decimal): -15505085 or 4417811. OLE color: 4417811.
HSL color Cylindrical-coordinate representation of color #136943: hue angle of 153.49º 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 #136943 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 67 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.59 |
| HSL | 153.49º | 0.69% | 0.24% | - |
| HSV(B) | 153.49º | 0.82% | 0.41% | - |
| XYZ | 6.33 | 10.65 | 7.03 | - |
| YUV | 74.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 67 | 0.82 | 0 | 0.36 | 0.59 | 153.49 | 0.69 | 0.24 |
| Hex | 13 | 69 | 43 | 52 | 0 | 24 | 3B | 99 | 45 | 18 |
| Octal | 23 | 151 | 103 | 122 | 0 | 44 | 73 | 231 | 105 | 30 |
| Binary | 10011 | 1101001 | 1000011 | 1010010 | 0 | 100100 | 111011 | 10011001 | 1000101 | 11000 |
Color Harmonies of #136943
Complementary color
Monochromatic Colors of #136943
Black with #136943
Text Example
Text Example
White with #136943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136943; }
p { color: rgb(19,105,67); }
H1.HeaderClassName
{
color: #136943;
}
.AnyTagClassName
{
color: #136943;
}
</style>
background-color css
<style>
a { background-color: #136943; }
a { background-color: rgb(19,105,67); }
div.DivClassName
{
background-color: #136943;
}
.BgClassName
{
background-color: #136943;
}
</style>
border-color css
<style>
span { border-color: #136943; }
span { border-color: rgb(19,105,67); }
td.TdClassName
{
border-color: #136943;
}
.TagClassName
{
border-color: #136943;
}
</style>