#04956A

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

Shades of Observatory #04956A

Tints of Observatory #04956A

Color information

#04956A (or 0x04956A) is unknown color: approx Observatory. HEX triplet: 04, 95 and 6A. RGB value is (4,149,106). Sum of RGB (Red+Green+Blue) = 4+149+106=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #04956A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04956A is #FB6A95. Grayscale: #646464. Windows color (decimal): -16476822 or 6984964. OLE color: 6984964.

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

Color convert

RGB4149106-
CMYK0.9700.290.42
HSL162.21º94.77%30%-
HSV(B)162.21º97.32%58.43%-
XYZ13.422.5617.28-
YUV100.74130.9659-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 149 (58.59% from 255) = 57.53%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=1.54%
G=57.53%
B=40.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41491060.9700.290.42162.2194.7730
Hex4956A6101D2Aa25f1e
Octal42251521410355224213736
Binary100100101011101010110000101110110101010100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04956A; }

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

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

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

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

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

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

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

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