Shades of Pine Green #13756E
Tints of Pine Green #13756E
RGB
CMYK
RGB Variations
Color information
#13756E (or 0x13756E) is known color: Pine Green. HEX triplet: 13, 75 and 6E. RGB value is (19,117,110). Sum of RGB (Red+Green+Blue) = 19+117+110=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #13756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13756E is #EC8A91. Grayscale: #565656. Windows color (decimal): -15501970 or 7238931. OLE color: 7238931.
HSL color Cylindrical-coordinate representation of color #13756E: hue angle of 175.71º 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 #13756E is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 117 | 110 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.54 |
| HSL | 175.71º | 0.72% | 0.27% | - |
| HSV(B) | 175.71º | 0.84% | 0.46% | - |
| XYZ | 9.44 | 13.99 | 16.95 | - |
| YUV | 86.9 | 141.03 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 110 | 0.84 | 0 | 0.06 | 0.54 | 175.71 | 0.72 | 0.27 |
| Hex | 13 | 75 | 6E | 54 | 0 | 6 | 36 | B0 | 48 | 1B |
| Octal | 23 | 165 | 156 | 124 | 0 | 6 | 66 | 260 | 110 | 33 |
| Binary | 10011 | 1110101 | 1101110 | 1010100 | 0 | 110 | 110110 | 10110000 | 1001000 | 11011 |
Color Harmonies of #13756E
Complementary color
Monochromatic Colors of #13756E
Black with #13756E
Text Example
Text Example
White with #13756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13756E; }
p { color: rgb(19,117,110); }
H1.HeaderClassName
{
color: #13756E;
}
.AnyTagClassName
{
color: #13756E;
}
</style>
background-color css
<style>
a { background-color: #13756E; }
a { background-color: rgb(19,117,110); }
div.DivClassName
{
background-color: #13756E;
}
.BgClassName
{
background-color: #13756E;
}
</style>
border-color css
<style>
span { border-color: #13756E; }
span { border-color: rgb(19,117,110); }
td.TdClassName
{
border-color: #13756E;
}
.TagClassName
{
border-color: #13756E;
}
</style>