Shades of Observatory #048E64
Tints of Observatory #048E64
RGB
CMYK
RGB Variations
Color information
#048E64 (or 0x048E64) is known color: Observatory. HEX triplet: 04, 8E and 64. RGB value is (4,142,100). Sum of RGB (Red+Green+Blue) = 4+142+100=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #048E64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E64 is #FB719B. Grayscale: #5F5F5F. Windows color (decimal): -16478620 or 6589956. OLE color: 6589956.
HSL color Cylindrical-coordinate representation of color #048E64: hue angle of 161.74º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E64 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 142 | 100 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.44 |
| HSL | 161.74º | 0.95% | 0.29% | - |
| HSV(B) | 161.74º | 0.97% | 0.56% | - |
| XYZ | 12.02 | 20.29 | 15.34 | - |
| YUV | 95.95 | 130.28 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 100 | 0.97 | 0 | 0.30 | 0.44 | 161.74 | 0.95 | 0.29 |
| Hex | 4 | 8E | 64 | 61 | 0 | 1E | 2C | A2 | 5F | 1D |
| Octal | 4 | 216 | 144 | 141 | 0 | 36 | 54 | 242 | 137 | 35 |
| Binary | 100 | 10001110 | 1100100 | 1100001 | 0 | 11110 | 101100 | 10100010 | 1011111 | 11101 |
Color Harmonies of #048E64
Complementary color
Monochromatic Colors of #048E64
Black with #048E64
Text Example
Text Example
White with #048E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048E64; }
p { color: rgb(4,142,100); }
H1.HeaderClassName
{
color: #048E64;
}
.AnyTagClassName
{
color: #048E64;
}
</style>
background-color css
<style>
a { background-color: #048E64; }
a { background-color: rgb(4,142,100); }
div.DivClassName
{
background-color: #048E64;
}
.BgClassName
{
background-color: #048E64;
}
</style>
border-color css
<style>
span { border-color: #048E64; }
span { border-color: rgb(4,142,100); }
td.TdClassName
{
border-color: #048E64;
}
.TagClassName
{
border-color: #048E64;
}
</style>