Html Css Color HEX #03966E Observatory

📋 copy color: '#03966E'

red 3 ◦ green 150 ◦ blue 110

#03966E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #03966E

Tints of Observatory #03966E

RGB

 RED value IS 3 (1.56% from 255) = 1.14%

 GREEN value IS 150 (58.98% from 255) = 57.03%

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 1.14%
G = 57.03%
B = 41.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#03966E (or 0x03966E) is known color: Observatory. HEX triplet: 03, 96 and 6E. RGB value is (3,150,110). Sum of RGB (Red+Green+Blue) = 3+150+110=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #03966E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03966E is #FC6991. Grayscale: #656565. Windows color (decimal): -16542098 or 7247363. OLE color: 7247363.

HSL color Cylindrical-coordinate representation of color #03966E: hue angle of 163.67º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03966E is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 150 110 -
CMYK 0.98 0 0.27 0.41
HSL 163.67º 0.96% 0.3% -
HSV(B) 163.67º 0.98% 0.59% -
XYZ 13.76 22.96 18.46 -
YUV 101.49 132.8 57.75 -
System Red Green Blue C M Y K H S L
Decimal 3 150 110 0.98 0 0.27 0.41 163.67 0.96 0.3
Hex 3 96 6E 62 0 1B 29 A4 60 1E
Octal 3 226 156 142 0 33 51 244 140 36
Binary 11 10010110 1101110 1100010 0 11011 101001 10100100 1100000 11110

Color Harmonies of #03966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03966E

Black with #03966E

Text Example


Text Example

White with #03966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03966E;
 }
 .AnyTagClassName
 {
   color: #03966E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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