#039279

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

Shades of Observatory #039279

Tints of Observatory #039279

Color information

#039279 (or 0x039279) is unknown color: approx Observatory. HEX triplet: 03, 92 and 79. RGB value is (3,146,121). Sum of RGB (Red+Green+Blue) = 3+146+121=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #039279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039279 is #FC6D86. Grayscale: #646464. Windows color (decimal): -16543111 or 7967235. OLE color: 7967235.

HSL color Cylindrical-coordinate representation of color #039279: hue angle of 169.51º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039279 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB3146121-
CMYK0.9800.170.43
HSL169.51º95.97%29.22%-
HSV(B)169.51º97.95%57.25%-
XYZ13.7721.9621.6-
YUV100.39139.6258.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=1.11%
G=54.07%
B=44.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31461210.9800.170.43169.5195.9729.22
Hex39279620112Baa601d
Octal32221711420215325214035
Binary11100100101111001110001001000110101110101010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039279; }

 p { color: rgb(3,146,121); }

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

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

 a { background-color: rgb(3,146,121); }

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

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

 span { border-color: rgb(3,146,121); }

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