Html Css Color HEX #039471 Observatory

📋 copy color: '#039471'

red 3 ◦ green 148 ◦ blue 113

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

Shades of Observatory #039471

Tints of Observatory #039471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 1.14%
G = 56.06%
B = 42.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#039471 (or 0x039471) is known color: Observatory. HEX triplet: 03, 94 and 71. RGB value is (3,148,113). Sum of RGB (Red+Green+Blue) = 3+148+113=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #039471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039471 is #FC6B8E. Grayscale: #646464. Windows color (decimal): -16542607 or 7443459. OLE color: 7443459.

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

Color convert

RGB 3 148 113 -
CMYK 0.98 0 0.24 0.42
HSL 165.52º 0.96% 0.3% -
HSV(B) 165.52º 0.98% 0.58% -
XYZ 13.61 22.39 19.23 -
YUV 100.66 134.96 58.35 -
System Red Green Blue C M Y K H S L
Decimal 3 148 113 0.98 0 0.24 0.42 165.52 0.96 0.3
Hex 3 94 71 62 0 18 2A A6 60 1E
Octal 3 224 161 142 0 30 52 246 140 36
Binary 11 10010100 1110001 1100010 0 11000 101010 10100110 1100000 11110

Color Harmonies of #039471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039471

Black with #039471

Text Example


Text Example

White with #039471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039471; }

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

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

background-color css

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

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

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

border-color css

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

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

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