Html Css Color HEX #039076 Observatory

📋 copy color: '#039076'

red 3 ◦ green 144 ◦ blue 118

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

Shades of Observatory #039076

Tints of Observatory #039076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.34%

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

R = 1.13%
G = 54.34%
B = 44.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#039076 (or 0x039076) is known color: Observatory. HEX triplet: 03, 90 and 76. RGB value is (3,144,118). Sum of RGB (Red+Green+Blue) = 3+144+118=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #039076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039076 is #FC6F89. Grayscale: #626262. Windows color (decimal): -16543626 or 7770115. OLE color: 7770115.

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

Color convert

RGB 3 144 118 -
CMYK 0.98 0 0.18 0.44
HSL 168.94º 0.96% 0.29% -
HSV(B) 168.94º 0.98% 0.56% -
XYZ 13.28 21.27 20.55 -
YUV 98.88 138.79 59.61 -
System Red Green Blue C M Y K H S L
Decimal 3 144 118 0.98 0 0.18 0.44 168.94 0.96 0.29
Hex 3 90 76 62 0 12 2C A9 60 1D
Octal 3 220 166 142 0 22 54 251 140 35
Binary 11 10010000 1110110 1100010 0 10010 101100 10101001 1100000 11101

Color Harmonies of #039076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039076

Black with #039076

Text Example


Text Example

White with #039076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039076; }

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

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

background-color css

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

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

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

border-color css

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

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

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