#048C72

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

Shades of Observatory #048C72

Tints of Observatory #048C72

Color information

#048C72 (or 0x048C72) is unknown color: approx Observatory. HEX triplet: 04, 8C and 72. RGB value is (4,140,114). Sum of RGB (Red+Green+Blue) = 4+140+114=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #048C72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048C72 is #FB738D. Grayscale: #606060. Windows color (decimal): -16479118 or 7506948. OLE color: 7506948.

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

Color convert

RGB4140114-
CMYK0.9700.190.45
HSL168.53º94.44%28.24%-
HSV(B)168.53º97.14%54.9%-
XYZ12.472019.12-
YUV96.37137.9462.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.55%
GREEN value IS 140 (55.08% from 255) = 54.26%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=1.55%
G=54.26%
B=44.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41401140.9700.190.45168.5394.4428.24
Hex48C72610132Da95e1c
Octal42141621410235525113634
Binary100100011001110010110000101001110110110101001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #048C72;
 }
 .AnyTagClassName
 {
   color: #048C72;
 }
</style>
background-color css

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

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

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

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

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

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