#039471

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

Shades of Observatory #039471

Tints of Observatory #039471

Color information

#039471 (or 0x039471) is unknown color: approx Observatory. HEX triplet: 03, 94 and 71. RGB value is (3,148,113). Sum of RGB (Red+Green+Blue) = 3+148+113=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #039471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039471 is #FC6B8E. Grayscale: #646464. Windows color (decimal): -16542607 or 7443459. OLE color: 7443459.

HSL color Cylindrical-coordinate representation of color #039471: hue angle of 165.52º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039471 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB3148113-
CMYK0.9800.240.42
HSL165.52º96.03%29.61%-
HSV(B)165.52º97.97%58.04%-
XYZ13.6122.3919.23-
YUV100.66134.9658.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 148 (58.20% from 255) = 56.06%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=1.14%
G=56.06%
B=42.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31481130.9800.240.42165.5296.0329.61
Hex39471620182Aa6601e
Octal32241611420305224614036
Binary11100101001110001110001001100010101010100110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039471; }

 p { color: rgb(3,148,113); }

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

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

 a { background-color: rgb(3,148,113); }

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

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

 span { border-color: rgb(3,148,113); }

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