#049576

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

Shades of Observatory #049576

Tints of Observatory #049576

Color information

#049576 (or 0x049576) is unknown color: approx Observatory. HEX triplet: 04, 95 and 76. RGB value is (4,149,118). Sum of RGB (Red+Green+Blue) = 4+149+118=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #049576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049576 is #FB6A89. Grayscale: #666666. Windows color (decimal): -16476810 or 7771396. OLE color: 7771396.

HSL color Cylindrical-coordinate representation of color #049576: hue angle of 167.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049576 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB4149118-
CMYK0.9700.210.42
HSL167.17º94.77%30%-
HSV(B)167.17º97.32%58.43%-
XYZ14.0722.8320.8-
YUV102.11136.9658.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.48%
GREEN value IS 149 (58.59% from 255) = 54.98%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=1.48%
G=54.98%
B=43.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41491180.9700.210.42167.1794.7730
Hex49576610152Aa75f1e
Octal42251661410255224713736
Binary100100101011110110110000101010110101010100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049576; }

 p { color: rgb(4,149,118); }

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

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

 a { background-color: rgb(4,149,118); }

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

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

 span { border-color: rgb(4,149,118); }

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