#048D70

Color #048D70 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #048D70

Tints of Observatory #048D70

Color information

#048D70 (or 0x048D70) is unknown color: approx Observatory. HEX triplet: 04, 8D and 70. RGB value is (4,141,112). Sum of RGB (Red+Green+Blue) = 4+141+112=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #048D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D70 is #FB728F. Grayscale: #606060. Windows color (decimal): -16478864 or 7376132. OLE color: 7376132.

HSL color Cylindrical-coordinate representation of color #048D70: hue angle of 167.3º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D70 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB4141112-
CMYK0.9700.210.45
HSL167.3º94.48%28.43%-
HSV(B)167.3º97.16%55.29%-
XYZ12.520.2518.58-
YUV96.73136.6161.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 141 (55.47% from 255) = 54.86%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=1.56%
G=54.86%
B=43.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41411120.9700.210.45167.394.4828.43
Hex48D70610152Da75e1c
Octal42151601410255524713634
Binary100100011011110000110000101010110110110100111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048D70; }

 p { color: rgb(4,141,112); }

 H1.HeaderClassName
 {
   color: #048D70;
 }
 .AnyTagClassName
 {
   color: #048D70;
 }
</style>
background-color css

<style>
 a { background-color: #048D70; }

 a { background-color: rgb(4,141,112); }

 div.DivClassName
 {
   background-color: #048D70;
 }
 .BgClassName
 {
   background-color: #048D70;
 }
</style>
border-color css

<style>
 span { border-color: #048D70; }

 span { border-color: rgb(4,141,112); }

 td.TdClassName
 {
   border-color: #048D70;
 }
 .TagClassName
 {
   border-color: #048D70;
 }
</style>