#04956B

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

Shades of Observatory #04956B

Tints of Observatory #04956B

Color information

#04956B (or 0x04956B) is unknown color: approx Observatory. HEX triplet: 04, 95 and 6B. RGB value is (4,149,107). Sum of RGB (Red+Green+Blue) = 4+149+107=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #04956B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04956B is #FB6A94. Grayscale: #646464. Windows color (decimal): -16476821 or 7050500. OLE color: 7050500.

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

Color convert

RGB4149107-
CMYK0.9700.280.42
HSL162.62º94.77%30%-
HSV(B)162.62º97.32%58.43%-
XYZ13.4522.5817.56-
YUV100.86131.4658.92-

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.31%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=1.54%
G=57.31%
B=41.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41491070.9700.280.42162.6294.7730
Hex4956B6101C2Aa35f1e
Octal42251531410345224313736
Binary100100101011101011110000101110010101010100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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