Html Css Color HEX #03966B Observatory

📋 copy color: '#03966B'

red 3 ◦ green 150 ◦ blue 107

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

Shades of Observatory #03966B

Tints of Observatory #03966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.15%

R = 1.15%
G = 57.69%
B = 41.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#03966B (or 0x03966B) is known color: Observatory. HEX triplet: 03, 96 and 6B. RGB value is (3,150,107). Sum of RGB (Red+Green+Blue) = 3+150+107=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #03966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03966B is #FC6994. Grayscale: #656565. Windows color (decimal): -16542101 or 7050755. OLE color: 7050755.

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

Color convert

RGB 3 150 107 -
CMYK 0.98 0 0.29 0.41
HSL 162.45º 0.96% 0.3% -
HSV(B) 162.45º 0.98% 0.59% -
XYZ 13.6 22.89 17.61 -
YUV 101.15 131.3 58 -
System Red Green Blue C M Y K H S L
Decimal 3 150 107 0.98 0 0.29 0.41 162.45 0.96 0.3
Hex 3 96 6B 62 0 1D 29 A2 60 1E
Octal 3 226 153 142 0 35 51 242 140 36
Binary 11 10010110 1101011 1100010 0 11101 101001 10100010 1100000 11110

Color Harmonies of #03966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03966B

Black with #03966B

Text Example


Text Example

White with #03966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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