Html Css Color HEX #048877 Observatory

📋 copy color: '#048877'

red 4 ◦ green 136 ◦ blue 119

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

Shades of Observatory #048877

Tints of Observatory #048877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.51%

 BLUE value IS 119 (46.88% from 255) = 45.95%

R = 1.54%
G = 52.51%
B = 45.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#048877 (or 0x048877) is known color: Observatory. HEX triplet: 04, 88 and 77. RGB value is (4,136,119). Sum of RGB (Red+Green+Blue) = 4+136+119=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #048877 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048877 is #FB7788. Grayscale: #5E5E5E. Windows color (decimal): -16480137 or 7833604. OLE color: 7833604.

HSL color Cylindrical-coordinate representation of color #048877: hue angle of 172.27º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048877 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 136 119 -
CMYK 0.97 0 0.12 0.47
HSL 172.27º 0.94% 0.27% -
HSV(B) 172.27º 0.97% 0.53% -
XYZ 12.18 18.97 20.47 -
YUV 94.59 141.77 63.38 -
System Red Green Blue C M Y K H S L
Decimal 4 136 119 0.97 0 0.12 0.47 172.27 0.94 0.27
Hex 4 88 77 61 0 C 2F AC 5E 1B
Octal 4 210 167 141 0 14 57 254 136 33
Binary 100 10001000 1110111 1100001 0 1100 101111 10101100 1011110 11011

Color Harmonies of #048877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048877

Black with #048877

Text Example


Text Example

White with #048877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048877; }

 p { color: rgb(4,136,119); }

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

background-color css

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

 a { background-color: rgb(4,136,119); }

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

border-color css

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

 span { border-color: rgb(4,136,119); }

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