#048E64

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

Shades of Observatory #048E64

Tints of Observatory #048E64

Color information

#048E64 (or 0x048E64) is unknown color: approx Observatory. HEX triplet: 04, 8E and 64. RGB value is (4,142,100). Sum of RGB (Red+Green+Blue) = 4+142+100=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #048E64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E64 is #FB719B. Grayscale: #5F5F5F. Windows color (decimal): -16478620 or 6589956. OLE color: 6589956.

HSL color Cylindrical-coordinate representation of color #048E64: hue angle of 161.74º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E64 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB4142100-
CMYK0.9700.300.44
HSL161.74º94.52%28.63%-
HSV(B)161.74º97.18%55.69%-
XYZ12.0220.2915.34-
YUV95.95130.2862.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.63%
GREEN value IS 142 (55.86% from 255) = 57.72%
BLUE value IS 100 (39.45% from 255) = 40.65%
R=1.63%
G=57.72%
B=40.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41421000.9700.300.44161.7494.5228.63
Hex48E646101E2Ca25f1d
Octal42161441410365424213735
Binary100100011101100100110000101111010110010100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,142,100); }

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

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

 a { background-color: rgb(4,142,100); }

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

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

 span { border-color: rgb(4,142,100); }

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