#049376

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

Shades of Observatory #049376

Tints of Observatory #049376

Color information

#049376 (or 0x049376) is unknown color: approx Observatory. HEX triplet: 04, 93 and 76. RGB value is (4,147,118). Sum of RGB (Red+Green+Blue) = 4+147+118=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #049376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049376 is #FB6C89. Grayscale: #646464. Windows color (decimal): -16477322 or 7770884. OLE color: 7770884.

HSL color Cylindrical-coordinate representation of color #049376: hue angle of 167.83º 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 #049376 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB4147118-
CMYK0.9700.200.42
HSL167.83º94.7%29.61%-
HSV(B)167.83º97.28%57.65%-
XYZ13.7522.220.7-
YUV100.94137.6258.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.49%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=1.49%
G=54.65%
B=43.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41471180.9700.200.42167.8394.729.61
Hex49376610142Aa85f1e
Octal42231661410245225013736
Binary100100100111110110110000101010010101010101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049376; }

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

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

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

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

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

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

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

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