#03946E

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

Shades of Observatory #03946E

Tints of Observatory #03946E

Color information

#03946E (or 0x03946E) is unknown color: approx Observatory. HEX triplet: 03, 94 and 6E. RGB value is (3,148,110). Sum of RGB (Red+Green+Blue) = 3+148+110=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #03946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03946E is #FC6B91. Grayscale: #646464. Windows color (decimal): -16542610 or 7246851. OLE color: 7246851.

HSL color Cylindrical-coordinate representation of color #03946E: hue angle of 164.28º 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 #03946E is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB3148110-
CMYK0.9800.260.42
HSL164.28º96.03%29.61%-
HSV(B)164.28º97.97%58.04%-
XYZ13.4422.3218.35-
YUV100.31133.4658.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 148 (58.20% from 255) = 56.70%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=1.15%
G=56.70%
B=42.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31481100.9800.260.42164.2896.0329.61
Hex3946E6201A2Aa4601e
Octal32241561420325224414036
Binary11100101001101110110001001101010101010100100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03946E; }

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

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

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

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

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

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

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

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