Shades of Pine Green #05816D
Tints of Pine Green #05816D
RGB
CMYK
RGB Variations
Color information
#05816D (or 0x05816D) is known color: Pine Green. HEX triplet: 05, 81 and 6D. RGB value is (5,129,109). Sum of RGB (Red+Green+Blue) = 5+129+109=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #05816D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05816D is #FA7E92. Grayscale: #595959. Windows color (decimal): -16416403 or 7176453. OLE color: 7176453.
HSL color Cylindrical-coordinate representation of color #05816D: hue angle of 170.32º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05816D is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 109 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.49 |
| HSL | 170.32º | 0.93% | 0.26% | - |
| HSV(B) | 170.32º | 0.96% | 0.51% | - |
| XYZ | 10.67 | 16.84 | 17.16 | - |
| YUV | 89.64 | 138.92 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 109 | 0.96 | 0 | 0.16 | 0.49 | 170.32 | 0.93 | 0.26 |
| Hex | 5 | 81 | 6D | 60 | 0 | 10 | 31 | AA | 5D | 1A |
| Octal | 5 | 201 | 155 | 140 | 0 | 20 | 61 | 252 | 135 | 32 |
| Binary | 101 | 10000001 | 1101101 | 1100000 | 0 | 10000 | 110001 | 10101010 | 1011101 | 11010 |
Color Harmonies of #05816D
Complementary color
Monochromatic Colors of #05816D
Black with #05816D
Text Example
Text Example
White with #05816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05816D; }
p { color: rgb(5,129,109); }
H1.HeaderClassName
{
color: #05816D;
}
.AnyTagClassName
{
color: #05816D;
}
</style>
background-color css
<style>
a { background-color: #05816D; }
a { background-color: rgb(5,129,109); }
div.DivClassName
{
background-color: #05816D;
}
.BgClassName
{
background-color: #05816D;
}
</style>
border-color css
<style>
span { border-color: #05816D; }
span { border-color: rgb(5,129,109); }
td.TdClassName
{
border-color: #05816D;
}
.TagClassName
{
border-color: #05816D;
}
</style>