#03936F

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

Shades of Observatory #03936F

Tints of Observatory #03936F

Color information

#03936F (or 0x03936F) is unknown color: approx Observatory. HEX triplet: 03, 93 and 6F. RGB value is (3,147,111). Sum of RGB (Red+Green+Blue) = 3+147+111=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #03936F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03936F is #FC6C90. Grayscale: #636363. Windows color (decimal): -16542865 or 7312131. OLE color: 7312131.

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

Color convert

RGB3147111-
CMYK0.9800.240.42
HSL165º96%29.41%-
HSV(B)165º97.96%57.65%-
XYZ13.3422.0318.59-
YUV99.84134.2958.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 147 (57.81% from 255) = 56.32%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=1.15%
G=56.32%
B=42.53%

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
Decimal31471110.9800.240.421659629.41
Hex3936F620182Aa5601d
Octal32231571420305224514035
Binary11100100111101111110001001100010101010100101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03936F; }

 p { color: rgb(3,147,111); }

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

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

 a { background-color: rgb(3,147,111); }

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

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

 span { border-color: rgb(3,147,111); }

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