Html Css Color HEX #03946C Observatory

📋 copy color: '#03946C'

red 3 ◦ green 148 ◦ blue 108

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

Shades of Observatory #03946C

Tints of Observatory #03946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.14%

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 1.16%
G = 57.14%
B = 41.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#03946C (or 0x03946C) is known color: Observatory. HEX triplet: 03, 94 and 6C. RGB value is (3,148,108). Sum of RGB (Red+Green+Blue) = 3+148+108=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #03946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03946C is #FC6B93. Grayscale: #646464. Windows color (decimal): -16542612 or 7115779. OLE color: 7115779.

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

Color convert

RGB 3 148 108 -
CMYK 0.98 0 0.27 0.42
HSL 163.45º 0.96% 0.3% -
HSV(B) 163.45º 0.98% 0.58% -
XYZ 13.33 22.28 17.79 -
YUV 100.09 132.46 58.75 -
System Red Green Blue C M Y K H S L
Decimal 3 148 108 0.98 0 0.27 0.42 163.45 0.96 0.3
Hex 3 94 6C 62 0 1B 2A A3 60 1E
Octal 3 224 154 142 0 33 52 243 140 36
Binary 11 10010100 1101100 1100010 0 11011 101010 10100011 1100000 11110

Color Harmonies of #03946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03946C

Black with #03946C

Text Example


Text Example

White with #03946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03946C;
 }
 .AnyTagClassName
 {
   color: #03946C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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