Shades of Jewel #136F4A
Tints of Jewel #136F4A
RGB
CMYK
RGB Variations
Color information
#136F4A (or 0x136F4A) is known color: Jewel. HEX triplet: 13, 6F and 4A. RGB value is (19,111,74). Sum of RGB (Red+Green+Blue) = 19+111+74=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #136F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F4A is #EC90B5. Grayscale: #4F4F4F. Windows color (decimal): -15503542 or 4878099. OLE color: 4878099.
HSL color Cylindrical-coordinate representation of color #136F4A: hue angle of 155.87º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F4A is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 74 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.56 |
| HSL | 155.87º | 0.71% | 0.25% | - |
| HSV(B) | 155.87º | 0.83% | 0.44% | - |
| XYZ | 7.19 | 12 | 8.42 | - |
| YUV | 79.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 74 | 0.83 | 0 | 0.33 | 0.56 | 155.87 | 0.71 | 0.25 |
| Hex | 13 | 6F | 4A | 53 | 0 | 21 | 38 | 9C | 47 | 19 |
| Octal | 23 | 157 | 112 | 123 | 0 | 41 | 70 | 234 | 107 | 31 |
| Binary | 10011 | 1101111 | 1001010 | 1010011 | 0 | 100001 | 111000 | 10011100 | 1000111 | 11001 |
Color Harmonies of #136F4A
Complementary color
Monochromatic Colors of #136F4A
Black with #136F4A
Text Example
Text Example
White with #136F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F4A; }
p { color: rgb(19,111,74); }
H1.HeaderClassName
{
color: #136F4A;
}
.AnyTagClassName
{
color: #136F4A;
}
</style>
background-color css
<style>
a { background-color: #136F4A; }
a { background-color: rgb(19,111,74); }
div.DivClassName
{
background-color: #136F4A;
}
.BgClassName
{
background-color: #136F4A;
}
</style>
border-color css
<style>
span { border-color: #136F4A; }
span { border-color: rgb(19,111,74); }
td.TdClassName
{
border-color: #136F4A;
}
.TagClassName
{
border-color: #136F4A;
}
</style>