Html Css Color HEX #048D70 Observatory

📋 copy color: '#048D70'

red 4 ◦ green 141 ◦ blue 112

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

Shades of Observatory #048D70

Tints of Observatory #048D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.58%

R = 1.56%
G = 54.86%
B = 43.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#048D70 (or 0x048D70) is known color: Observatory. HEX triplet: 04, 8D and 70. RGB value is (4,141,112). Sum of RGB (Red+Green+Blue) = 4+141+112=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #048D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D70 is #FB728F. Grayscale: #606060. Windows color (decimal): -16478864 or 7376132. OLE color: 7376132.

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

Color convert

RGB 4 141 112 -
CMYK 0.97 0 0.21 0.45
HSL 167.3º 0.94% 0.28% -
HSV(B) 167.3º 0.97% 0.55% -
XYZ 12.5 20.25 18.58 -
YUV 96.73 136.61 61.86 -
System Red Green Blue C M Y K H S L
Decimal 4 141 112 0.97 0 0.21 0.45 167.3 0.94 0.28
Hex 4 8D 70 61 0 15 2D A7 5E 1C
Octal 4 215 160 141 0 25 55 247 136 34
Binary 100 10001101 1110000 1100001 0 10101 101101 10100111 1011110 11100

Color Harmonies of #048D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D70

Black with #048D70

Text Example


Text Example

White with #048D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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