Html Css Color HEX #059478 Observatory

📋 copy color: '#059478'

red 5 ◦ green 148 ◦ blue 120

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

Shades of Observatory #059478

Tints of Observatory #059478

RGB

 RED value IS 5 (2.34% from 255) = 1.83%

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

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

R = 1.83%
G = 54.21%
B = 43.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#059478 (or 0x059478) is known color: Observatory. HEX triplet: 05, 94 and 78. RGB value is (5,148,120). Sum of RGB (Red+Green+Blue) = 5+148+120=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #059478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059478 is #FA6B87. Grayscale: #666666. Windows color (decimal): -16411528 or 7902213. OLE color: 7902213.

HSL color Cylindrical-coordinate representation of color #059478: hue angle of 168.25º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059478 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 120 -
CMYK 0.97 0 0.19 0.42
HSL 168.25º 0.93% 0.3% -
HSV(B) 168.25º 0.97% 0.58% -
XYZ 14.04 22.57 21.39 -
YUV 102.05 138.12 58.78 -
System Red Green Blue C M Y K H S L
Decimal 5 148 120 0.97 0 0.19 0.42 168.25 0.93 0.3
Hex 5 94 78 61 0 13 2A A8 5D 1E
Octal 5 224 170 141 0 23 52 250 135 36
Binary 101 10010100 1111000 1100001 0 10011 101010 10101000 1011101 11110

Color Harmonies of #059478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059478

Black with #059478

Text Example


Text Example

White with #059478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059478; }

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

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

background-color css

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

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

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

border-color css

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

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

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