Html Css Color HEX #03966D Observatory

📋 copy color: '#03966D'

red 3 ◦ green 150 ◦ blue 109

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

Shades of Observatory #03966D

Tints of Observatory #03966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 1.15%
G = 57.25%
B = 41.6%

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

#03966D (or 0x03966D) is known color: Observatory. HEX triplet: 03, 96 and 6D. RGB value is (3,150,109). Sum of RGB (Red+Green+Blue) = 3+150+109=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #03966D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03966D is #FC6992. Grayscale: #656565. Windows color (decimal): -16542099 or 7181827. OLE color: 7181827.

HSL color Cylindrical-coordinate representation of color #03966D: hue angle of 163.27º 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 #03966D is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 150 109 -
CMYK 0.98 0 0.27 0.41
HSL 163.27º 0.96% 0.3% -
HSV(B) 163.27º 0.98% 0.59% -
XYZ 13.7 22.94 18.17 -
YUV 101.37 132.3 57.83 -
System Red Green Blue C M Y K H S L
Decimal 3 150 109 0.98 0 0.27 0.41 163.27 0.96 0.3
Hex 3 96 6D 62 0 1B 29 A3 60 1E
Octal 3 226 155 142 0 33 51 243 140 36
Binary 11 10010110 1101101 1100010 0 11011 101001 10100011 1100000 11110

Color Harmonies of #03966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03966D

Black with #03966D

Text Example


Text Example

White with #03966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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