Html Css Color HEX #039573 Observatory

📋 copy color: '#039573'

red 3 ◦ green 149 ◦ blue 115

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

Shades of Observatory #039573

Tints of Observatory #039573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.81%

 BLUE value IS 115 (45.31% from 255) = 43.07%

R = 1.12%
G = 55.81%
B = 43.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#039573 (or 0x039573) is known color: Observatory. HEX triplet: 03, 95 and 73. RGB value is (3,149,115). Sum of RGB (Red+Green+Blue) = 3+149+115=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #039573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039573 is #FC6A8C. Grayscale: #656565. Windows color (decimal): -16542349 or 7574787. OLE color: 7574787.

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

Color convert

RGB 3 149 115 -
CMYK 0.98 0 0.23 0.42
HSL 166.03º 0.96% 0.3% -
HSV(B) 166.03º 0.98% 0.58% -
XYZ 13.88 22.75 19.88 -
YUV 101.47 135.63 57.76 -
System Red Green Blue C M Y K H S L
Decimal 3 149 115 0.98 0 0.23 0.42 166.03 0.96 0.3
Hex 3 95 73 62 0 17 2A A6 60 1E
Octal 3 225 163 142 0 27 52 246 140 36
Binary 11 10010101 1110011 1100010 0 10111 101010 10100110 1100000 11110

Color Harmonies of #039573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039573

Black with #039573

Text Example


Text Example

White with #039573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039573; }

 p { color: rgb(3,149,115); }

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

background-color css

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

 a { background-color: rgb(3,149,115); }

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

border-color css

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

 span { border-color: rgb(3,149,115); }

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