Shades of Pine Green #057172
Tints of Pine Green #057172
RGB
CMYK
RGB Variations
Color information
#057172 (or 0x057172) is known color: Pine Green. HEX triplet: 05, 71 and 72. RGB value is (5,113,114). Sum of RGB (Red+Green+Blue) = 5+113+114=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #057172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057172 is #FA8E8D. Grayscale: #505050. Windows color (decimal): -16420494 or 7500037. OLE color: 7500037.
HSL color Cylindrical-coordinate representation of color #057172: hue angle of 180.55º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057172 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 113 | 114 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.55 |
| HSL | 180.55º | 0.92% | 0.23% | - |
| HSV(B) | 180.55º | 0.96% | 0.45% | - |
| XYZ | 9 | 13.06 | 17.97 | - |
| YUV | 80.82 | 146.72 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 114 | 0.96 | 0.01 | 0 | 0.55 | 180.55 | 0.92 | 0.23 |
| Hex | 5 | 71 | 72 | 60 | 1 | 0 | 37 | B5 | 5C | 17 |
| Octal | 5 | 161 | 162 | 140 | 1 | 0 | 67 | 265 | 134 | 27 |
| Binary | 101 | 1110001 | 1110010 | 1100000 | 1 | 0 | 110111 | 10110101 | 1011100 | 10111 |
Color Harmonies of #057172
Complementary color
Monochromatic Colors of #057172
Black with #057172
Text Example
Text Example
White with #057172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057172; }
p { color: rgb(5,113,114); }
H1.HeaderClassName
{
color: #057172;
}
.AnyTagClassName
{
color: #057172;
}
</style>
background-color css
<style>
a { background-color: #057172; }
a { background-color: rgb(5,113,114); }
div.DivClassName
{
background-color: #057172;
}
.BgClassName
{
background-color: #057172;
}
</style>
border-color css
<style>
span { border-color: #057172; }
span { border-color: rgb(5,113,114); }
td.TdClassName
{
border-color: #057172;
}
.TagClassName
{
border-color: #057172;
}
</style>