#048875

Color #048875 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #048875

Tints of Observatory #048875

Color information

#048875 (or 0x048875) is unknown color: approx 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

RGB4136117-
CMYK0.9700.140.47
HSL171.36º94.29%27.45%-
HSV(B)171.36º97.06%53.33%-
XYZ12.0718.9219.85-
YUV94.37140.7763.54-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41361170.9700.140.47171.3694.2927.45
Hex48875610E2Fab5e1b
Octal42101651410165725313633
Binary10010001000111010111000010111010111110101011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>