Html Css Color HEX #048875 Observatory

📋 copy color: '#048875'

red 4 ◦ green 136 ◦ blue 117

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

Shades of Observatory #048875

Tints of Observatory #048875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 1.56%
G = 52.92%
B = 45.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#048875 (or 0x048875) is known color: Observatory. HEX triplet: 04, 88 and 75. RGB value is (4,136,117). Sum of RGB (Red+Green+Blue) = 4+136+117=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #048875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048875 is #FB778A. Grayscale: #5E5E5E. Windows color (decimal): -16480139 or 7702532. OLE color: 7702532.

HSL color Cylindrical-coordinate representation of color #048875: hue angle of 171.36º 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 #048875 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 136 117 -
CMYK 0.97 0 0.14 0.47
HSL 171.36º 0.94% 0.27% -
HSV(B) 171.36º 0.97% 0.53% -
XYZ 12.07 18.92 19.85 -
YUV 94.37 140.77 63.54 -
System Red Green Blue C M Y K H S L
Decimal 4 136 117 0.97 0 0.14 0.47 171.36 0.94 0.27
Hex 4 88 75 61 0 E 2F AB 5E 1B
Octal 4 210 165 141 0 16 57 253 136 33
Binary 100 10001000 1110101 1100001 0 1110 101111 10101011 1011110 11011

Color Harmonies of #048875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048875

Black with #048875

Text Example


Text Example

White with #048875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048875; }

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

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

background-color css

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

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

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

border-color css

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

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

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