Shades of Jewel #136B3F
Tints of Jewel #136B3F
RGB
CMYK
RGB Variations
Color information
#136B3F (or 0x136B3F) is known color: Jewel. HEX triplet: 13, 6B and 3F. RGB value is (19,107,63). Sum of RGB (Red+Green+Blue) = 19+107+63=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #136B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B3F is #EC94C0. Grayscale: #4B4B4B. Windows color (decimal): -15504577 or 4156179. OLE color: 4156179.
HSL color Cylindrical-coordinate representation of color #136B3F: hue angle of 150º 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 #136B3F is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 107 | 63 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.58 |
| HSL | 150º | 0.7% | 0.25% | - |
| HSV(B) | 150º | 0.82% | 0.42% | - |
| XYZ | 6.42 | 11.01 | 6.49 | - |
| YUV | 75.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 63 | 0.82 | 0 | 0.41 | 0.58 | 150 | 0.7 | 0.25 |
| Hex | 13 | 6B | 3F | 52 | 0 | 29 | 3A | 96 | 46 | 19 |
| Octal | 23 | 153 | 77 | 122 | 0 | 51 | 72 | 226 | 106 | 31 |
| Binary | 10011 | 1101011 | 111111 | 1010010 | 0 | 101001 | 111010 | 10010110 | 1000110 | 11001 |
Color Harmonies of #136B3F
Complementary color
Monochromatic Colors of #136B3F
Black with #136B3F
Text Example
Text Example
White with #136B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B3F; }
p { color: rgb(19,107,63); }
H1.HeaderClassName
{
color: #136B3F;
}
.AnyTagClassName
{
color: #136B3F;
}
</style>
background-color css
<style>
a { background-color: #136B3F; }
a { background-color: rgb(19,107,63); }
div.DivClassName
{
background-color: #136B3F;
}
.BgClassName
{
background-color: #136B3F;
}
</style>
border-color css
<style>
span { border-color: #136B3F; }
span { border-color: rgb(19,107,63); }
td.TdClassName
{
border-color: #136B3F;
}
.TagClassName
{
border-color: #136B3F;
}
</style>