Shades of Pine Green #137674
Tints of Pine Green #137674
RGB
CMYK
RGB Variations
Color information
#137674 (or 0x137674) is known color: Pine Green. HEX triplet: 13, 76 and 74. RGB value is (19,118,116). Sum of RGB (Red+Green+Blue) = 19+118+116=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #137674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137674 is #EC898B. Grayscale: #585858. Windows color (decimal): -15501708 or 7632403. OLE color: 7632403.
HSL color Cylindrical-coordinate representation of color #137674: hue angle of 178.79º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137674 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 118 | 116 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.54 |
| HSL | 178.79º | 0.72% | 0.27% | - |
| HSV(B) | 178.79º | 0.84% | 0.46% | - |
| XYZ | 9.9 | 14.36 | 18.77 | - |
| YUV | 88.17 | 143.7 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 116 | 0.84 | 0 | 0.02 | 0.54 | 178.79 | 0.72 | 0.27 |
| Hex | 13 | 76 | 74 | 54 | 0 | 2 | 36 | B3 | 48 | 1B |
| Octal | 23 | 166 | 164 | 124 | 0 | 2 | 66 | 263 | 110 | 33 |
| Binary | 10011 | 1110110 | 1110100 | 1010100 | 0 | 10 | 110110 | 10110011 | 1001000 | 11011 |
Color Harmonies of #137674
Complementary color
Monochromatic Colors of #137674
Black with #137674
Text Example
Text Example
White with #137674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137674; }
p { color: rgb(19,118,116); }
H1.HeaderClassName
{
color: #137674;
}
.AnyTagClassName
{
color: #137674;
}
</style>
background-color css
<style>
a { background-color: #137674; }
a { background-color: rgb(19,118,116); }
div.DivClassName
{
background-color: #137674;
}
.BgClassName
{
background-color: #137674;
}
</style>
border-color css
<style>
span { border-color: #137674; }
span { border-color: rgb(19,118,116); }
td.TdClassName
{
border-color: #137674;
}
.TagClassName
{
border-color: #137674;
}
</style>