Html Css Color HEX #048D78 Observatory

📋 copy color: '#048D78'

red 4 ◦ green 141 ◦ blue 120

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

Shades of Observatory #048D78

Tints of Observatory #048D78

RGB

 RED value IS 4 (1.95% from 255) = 1.51%

 GREEN value IS 141 (55.47% from 255) = 53.21%

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

R = 1.51%
G = 53.21%
B = 45.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#048D78 (or 0x048D78) is known color: Observatory. HEX triplet: 04, 8D and 78. RGB value is (4,141,120). Sum of RGB (Red+Green+Blue) = 4+141+120=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #048D78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D78 is #FB7287. Grayscale: #616161. Windows color (decimal): -16478856 or 7900420. OLE color: 7900420.

HSL color Cylindrical-coordinate representation of color #048D78: hue angle of 170.8º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D78 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 141 120 -
CMYK 0.97 0 0.15 0.45
HSL 170.8º 0.94% 0.28% -
HSV(B) 170.8º 0.97% 0.55% -
XYZ 12.97 20.43 21.03 -
YUV 97.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 4 141 120 0.97 0 0.15 0.45 170.8 0.94 0.28
Hex 4 8D 78 61 0 F 2D AB 5E 1C
Octal 4 215 170 141 0 17 55 253 136 34
Binary 100 10001101 1111000 1100001 0 1111 101101 10101011 1011110 11100

Color Harmonies of #048D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D78

Black with #048D78

Text Example


Text Example

White with #048D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048D78; }

 p { color: rgb(4,141,120); }

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

background-color css

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

 a { background-color: rgb(4,141,120); }

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

border-color css

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

 span { border-color: rgb(4,141,120); }

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