Html Css Color HEX #039478 Observatory

📋 copy color: '#039478'

red 3 ◦ green 148 ◦ blue 120

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

Shades of Observatory #039478

Tints of Observatory #039478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 1.11%
G = 54.61%
B = 44.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#039478 (or 0x039478) is known color: Observatory. HEX triplet: 03, 94 and 78. RGB value is (3,148,120). Sum of RGB (Red+Green+Blue) = 3+148+120=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #039478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039478 is #FC6B87. Grayscale: #656565. Windows color (decimal): -16542600 or 7902211. OLE color: 7902211.

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

Color convert

RGB 3 148 120 -
CMYK 0.98 0 0.19 0.42
HSL 168.41º 0.96% 0.3% -
HSV(B) 168.41º 0.98% 0.58% -
XYZ 14.02 22.56 21.38 -
YUV 101.45 138.46 57.78 -
System Red Green Blue C M Y K H S L
Decimal 3 148 120 0.98 0 0.19 0.42 168.41 0.96 0.3
Hex 3 94 78 62 0 13 2A A8 60 1E
Octal 3 224 170 142 0 23 52 250 140 36
Binary 11 10010100 1111000 1100010 0 10011 101010 10101000 1100000 11110

Color Harmonies of #039478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039478

Black with #039478

Text Example


Text Example

White with #039478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039478; }

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

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

background-color css

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

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

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

border-color css

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

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

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