Shades of Observatory #048E65
Tints of Observatory #048E65
RGB
CMYK
RGB Variations
Color information
#048E65 (or 0x048E65) is known color: Observatory. HEX triplet: 04, 8E and 65. RGB value is (4,142,101). Sum of RGB (Red+Green+Blue) = 4+142+101=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 142 (55.86% from 255 or 57.49% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 142 - color contains mainly: green. Hex color #048E65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E65 is #FB719A. Grayscale: #606060. Windows color (decimal): -16478619 or 6655492. OLE color: 6655492.
HSL color Cylindrical-coordinate representation of color #048E65: hue angle of 162.17º 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 #048E65 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 142 | 101 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.44 |
| HSL | 162.17º | 0.95% | 0.29% | - |
| HSV(B) | 162.17º | 0.97% | 0.56% | - |
| XYZ | 12.07 | 20.31 | 15.6 | - |
| YUV | 96.06 | 130.78 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 101 | 0.97 | 0 | 0.29 | 0.44 | 162.17 | 0.95 | 0.29 |
| Hex | 4 | 8E | 65 | 61 | 0 | 1D | 2C | A2 | 5F | 1D |
| Octal | 4 | 216 | 145 | 141 | 0 | 35 | 54 | 242 | 137 | 35 |
| Binary | 100 | 10001110 | 1100101 | 1100001 | 0 | 11101 | 101100 | 10100010 | 1011111 | 11101 |
Color Harmonies of #048E65
Complementary color
Monochromatic Colors of #048E65
Black with #048E65
Text Example
Text Example
White with #048E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048E65; }
p { color: rgb(4,142,101); }
H1.HeaderClassName
{
color: #048E65;
}
.AnyTagClassName
{
color: #048E65;
}
</style>
background-color css
<style>
a { background-color: #048E65; }
a { background-color: rgb(4,142,101); }
div.DivClassName
{
background-color: #048E65;
}
.BgClassName
{
background-color: #048E65;
}
</style>
border-color css
<style>
span { border-color: #048E65; }
span { border-color: rgb(4,142,101); }
td.TdClassName
{
border-color: #048E65;
}
.TagClassName
{
border-color: #048E65;
}
</style>