Html Css Color HEX #039476 Observatory

📋 copy color: '#039476'

red 3 ◦ green 148 ◦ blue 118

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

Shades of Observatory #039476

Tints of Observatory #039476

RGB

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

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

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

R = 1.12%
G = 55.02%
B = 43.87%

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

#039476 (or 0x039476) is known color: Observatory. HEX triplet: 03, 94 and 76. RGB value is (3,148,118). Sum of RGB (Red+Green+Blue) = 3+148+118=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #039476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039476 is #FC6B89. Grayscale: #656565. Windows color (decimal): -16542602 or 7771139. OLE color: 7771139.

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

Color convert

RGB 3 148 118 -
CMYK 0.98 0 0.20 0.42
HSL 167.59º 0.96% 0.3% -
HSV(B) 167.59º 0.98% 0.58% -
XYZ 13.9 22.51 20.75 -
YUV 101.23 137.46 57.94 -
System Red Green Blue C M Y K H S L
Decimal 3 148 118 0.98 0 0.20 0.42 167.59 0.96 0.3
Hex 3 94 76 62 0 14 2A A8 60 1E
Octal 3 224 166 142 0 24 52 250 140 36
Binary 11 10010100 1110110 1100010 0 10100 101010 10101000 1100000 11110

Color Harmonies of #039476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039476

Black with #039476

Text Example


Text Example

White with #039476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039476; }

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

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

background-color css

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

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

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

border-color css

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

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

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