#059379

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

Shades of Observatory #059379

Tints of Observatory #059379

Color information

#059379 (or 0x059379) is unknown color: approx Observatory. HEX triplet: 05, 93 and 79. RGB value is (5,147,121). Sum of RGB (Red+Green+Blue) = 5+147+121=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #059379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059379 is #FA6C86. Grayscale: #656565. Windows color (decimal): -16411783 or 7967493. OLE color: 7967493.

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

Color convert

RGB5147121-
CMYK0.9700.180.42
HSL169.01º93.42%29.8%-
HSV(B)169.01º96.6%57.65%-
XYZ13.9522.2821.65-
YUV101.58138.9659.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.83%
GREEN value IS 147 (57.81% from 255) = 53.85%
BLUE value IS 121 (47.66% from 255) = 44.32%
R=1.83%
G=53.85%
B=44.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51471210.9700.180.42169.0193.4229.8
Hex59379610122Aa95d1e
Octal52231711410225225113536
Binary101100100111111001110000101001010101010101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059379; }

 p { color: rgb(5,147,121); }

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

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

 a { background-color: rgb(5,147,121); }

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

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

 span { border-color: rgb(5,147,121); }

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