Shades of Pine Green #036E6A
Tints of Pine Green #036E6A
RGB
CMYK
RGB Variations
Color information
#036E6A (or 0x036E6A) is known color: Pine Green. HEX triplet: 03, 6E and 6A. RGB value is (3,110,106). Sum of RGB (Red+Green+Blue) = 3+110+106=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #036E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036E6A is #FC9195. Grayscale: #4D4D4D. Windows color (decimal): -16552342 or 6974979. OLE color: 6974979.
HSL color Cylindrical-coordinate representation of color #036E6A: hue angle of 177.76º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036E6A is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 110 | 106 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.57 |
| HSL | 177.76º | 0.95% | 0.22% | - |
| HSV(B) | 177.76º | 0.97% | 0.43% | - |
| XYZ | 8.22 | 12.21 | 15.56 | - |
| YUV | 77.55 | 144.05 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 106 | 0.97 | 0 | 0.04 | 0.57 | 177.76 | 0.95 | 0.22 |
| Hex | 3 | 6E | 6A | 61 | 0 | 4 | 39 | B2 | 5F | 16 |
| Octal | 3 | 156 | 152 | 141 | 0 | 4 | 71 | 262 | 137 | 26 |
| Binary | 11 | 1101110 | 1101010 | 1100001 | 0 | 100 | 111001 | 10110010 | 1011111 | 10110 |
Color Harmonies of #036E6A
Complementary color
Monochromatic Colors of #036E6A
Black with #036E6A
Text Example
Text Example
White with #036E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036E6A; }
p { color: rgb(3,110,106); }
H1.HeaderClassName
{
color: #036E6A;
}
.AnyTagClassName
{
color: #036E6A;
}
</style>
background-color css
<style>
a { background-color: #036E6A; }
a { background-color: rgb(3,110,106); }
div.DivClassName
{
background-color: #036E6A;
}
.BgClassName
{
background-color: #036E6A;
}
</style>
border-color css
<style>
span { border-color: #036E6A; }
span { border-color: rgb(3,110,106); }
td.TdClassName
{
border-color: #036E6A;
}
.TagClassName
{
border-color: #036E6A;
}
</style>