Shades of Pine Green #04726C
Tints of Pine Green #04726C
RGB
CMYK
RGB Variations
Color information
#04726C (or 0x04726C) is known color: Pine Green. HEX triplet: 04, 72 and 6C. RGB value is (4,114,108). Sum of RGB (Red+Green+Blue) = 4+114+108=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #04726C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04726C is #FB8D93. Grayscale: #505050. Windows color (decimal): -16485780 or 7107076. OLE color: 7107076.
HSL color Cylindrical-coordinate representation of color #04726C: hue angle of 176.73º degrees, saturation: 0.93, 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 #04726C is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 114 | 108 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.55 |
| HSL | 176.73º | 0.93% | 0.23% | - |
| HSV(B) | 176.73º | 0.96% | 0.45% | - |
| XYZ | 8.77 | 13.14 | 16.26 | - |
| YUV | 80.43 | 143.56 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 108 | 0.96 | 0 | 0.05 | 0.55 | 176.73 | 0.93 | 0.23 |
| Hex | 4 | 72 | 6C | 60 | 0 | 5 | 37 | B1 | 5D | 17 |
| Octal | 4 | 162 | 154 | 140 | 0 | 5 | 67 | 261 | 135 | 27 |
| Binary | 100 | 1110010 | 1101100 | 1100000 | 0 | 101 | 110111 | 10110001 | 1011101 | 10111 |
Color Harmonies of #04726C
Complementary color
Monochromatic Colors of #04726C
Black with #04726C
Text Example
Text Example
White with #04726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04726C; }
p { color: rgb(4,114,108); }
H1.HeaderClassName
{
color: #04726C;
}
.AnyTagClassName
{
color: #04726C;
}
</style>
background-color css
<style>
a { background-color: #04726C; }
a { background-color: rgb(4,114,108); }
div.DivClassName
{
background-color: #04726C;
}
.BgClassName
{
background-color: #04726C;
}
</style>
border-color css
<style>
span { border-color: #04726C; }
span { border-color: rgb(4,114,108); }
td.TdClassName
{
border-color: #04726C;
}
.TagClassName
{
border-color: #04726C;
}
</style>