Html Css Color HEX #048D72 Observatory

📋 copy color: '#048D72'

red 4 ◦ green 141 ◦ blue 114

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

Shades of Observatory #048D72

Tints of Observatory #048D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.02%

R = 1.54%
G = 54.44%
B = 44.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#048D72 (or 0x048D72) is known color: Observatory. HEX triplet: 04, 8D and 72. RGB value is (4,141,114). Sum of RGB (Red+Green+Blue) = 4+141+114=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #048D72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D72 is #FB728D. Grayscale: #606060. Windows color (decimal): -16478862 or 7507204. OLE color: 7507204.

HSL color Cylindrical-coordinate representation of color #048D72: hue angle of 168.18º 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 #048D72 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 141 114 -
CMYK 0.97 0 0.19 0.45
HSL 168.18º 0.94% 0.28% -
HSV(B) 168.18º 0.97% 0.55% -
XYZ 12.61 20.29 19.17 -
YUV 96.96 137.61 61.7 -
System Red Green Blue C M Y K H S L
Decimal 4 141 114 0.97 0 0.19 0.45 168.18 0.94 0.28
Hex 4 8D 72 61 0 13 2D A8 5E 1C
Octal 4 215 162 141 0 23 55 250 136 34
Binary 100 10001101 1110010 1100001 0 10011 101101 10101000 1011110 11100

Color Harmonies of #048D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D72

Black with #048D72

Text Example


Text Example

White with #048D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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