Html Css Color HEX #039376 Observatory

📋 copy color: '#039376'

red 3 ◦ green 147 ◦ blue 118

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

Shades of Observatory #039376

Tints of Observatory #039376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.85%

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 1.12%
G = 54.85%
B = 44.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#039376 (or 0x039376) is known color: Observatory. HEX triplet: 03, 93 and 76. RGB value is (3,147,118). Sum of RGB (Red+Green+Blue) = 3+147+118=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #039376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039376 is #FC6C89. Grayscale: #646464. Windows color (decimal): -16542858 or 7770883. OLE color: 7770883.

HSL color Cylindrical-coordinate representation of color #039376: hue angle of 167.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039376 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 147 118 -
CMYK 0.98 0 0.20 0.42
HSL 167.92º 0.96% 0.29% -
HSV(B) 167.92º 0.98% 0.58% -
XYZ 13.74 22.19 20.7 -
YUV 100.64 137.79 58.36 -
System Red Green Blue C M Y K H S L
Decimal 3 147 118 0.98 0 0.20 0.42 167.92 0.96 0.29
Hex 3 93 76 62 0 14 2A A8 60 1D
Octal 3 223 166 142 0 24 52 250 140 35
Binary 11 10010011 1110110 1100010 0 10100 101010 10101000 1100000 11101

Color Harmonies of #039376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039376

Black with #039376

Text Example


Text Example

White with #039376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039376; }

 p { color: rgb(3,147,118); }

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

background-color css

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

 a { background-color: rgb(3,147,118); }

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

border-color css

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

 span { border-color: rgb(3,147,118); }

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