Shades of Jewel #136B43
Tints of Jewel #136B43
RGB
CMYK
RGB Variations
Color information
#136B43 (or 0x136B43) is known color: Jewel. HEX triplet: 13, 6B and 43. RGB value is (19,107,67). Sum of RGB (Red+Green+Blue) = 19+107+67=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #136B43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B43 is #EC94BC. Grayscale: #4C4C4C. Windows color (decimal): -15504573 or 4418323. OLE color: 4418323.
HSL color Cylindrical-coordinate representation of color #136B43: hue angle of 152.73º 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 #136B43 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 67 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.58 |
| HSL | 152.73º | 0.7% | 0.25% | - |
| HSV(B) | 152.73º | 0.82% | 0.42% | - |
| XYZ | 6.54 | 11.06 | 7.1 | - |
| YUV | 76.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 67 | 0.82 | 0 | 0.37 | 0.58 | 152.73 | 0.7 | 0.25 |
| Hex | 13 | 6B | 43 | 52 | 0 | 25 | 3A | 99 | 46 | 19 |
| Octal | 23 | 153 | 103 | 122 | 0 | 45 | 72 | 231 | 106 | 31 |
| Binary | 10011 | 1101011 | 1000011 | 1010010 | 0 | 100101 | 111010 | 10011001 | 1000110 | 11001 |
Color Harmonies of #136B43
Complementary color
Monochromatic Colors of #136B43
Black with #136B43
Text Example
Text Example
White with #136B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B43; }
p { color: rgb(19,107,67); }
H1.HeaderClassName
{
color: #136B43;
}
.AnyTagClassName
{
color: #136B43;
}
</style>
background-color css
<style>
a { background-color: #136B43; }
a { background-color: rgb(19,107,67); }
div.DivClassName
{
background-color: #136B43;
}
.BgClassName
{
background-color: #136B43;
}
</style>
border-color css
<style>
span { border-color: #136B43; }
span { border-color: rgb(19,107,67); }
td.TdClassName
{
border-color: #136B43;
}
.TagClassName
{
border-color: #136B43;
}
</style>