#048963

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

Shades of Observatory #048963

Tints of Observatory #048963

Color information

#048963 (or 0x048963) is unknown color: approx Observatory. HEX triplet: 04, 89 and 63. RGB value is (4,137,99). Sum of RGB (Red+Green+Blue) = 4+137+99=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #048963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048963 is #FB769C. Grayscale: #5C5C5C. Windows color (decimal): -16479901 or 6523140. OLE color: 6523140.

HSL color Cylindrical-coordinate representation of color #048963: hue angle of 162.86º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048963 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB413799-
CMYK0.9700.280.46
HSL162.86º94.33%27.65%-
HSV(B)162.86º97.08%53.73%-
XYZ11.2518.8214.84-
YUV92.9131.4464.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 137 (53.91% from 255) = 57.08%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=1.67%
G=57.08%
B=41.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4137990.9700.280.46162.8694.3327.65
Hex489636101C2Ea35e1c
Octal42111431410345624313634
Binary100100010011100011110000101110010111010100011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048963; }

 p { color: rgb(4,137,99); }

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

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

 a { background-color: rgb(4,137,99); }

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

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

 span { border-color: rgb(4,137,99); }

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