#048762

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

Shades of Observatory #048762

Tints of Observatory #048762

Color information

#048762 (or 0x048762) is unknown color: approx Observatory. HEX triplet: 04, 87 and 62. RGB value is (4,135,98). Sum of RGB (Red+Green+Blue) = 4+135+98=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #048762 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048762 is #FB789D. Grayscale: #5B5B5B. Windows color (decimal): -16480414 or 6457092. OLE color: 6457092.

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

Color convert

RGB413598-
CMYK0.9700.270.47
HSL163.05º94.24%27.25%-
HSV(B)163.05º97.04%52.94%-
XYZ10.9218.2414.5-
YUV91.61131.665.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=1.69%
G=56.96%
B=41.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4135980.9700.270.47163.0594.2427.25
Hex487626101B2Fa35e1b
Octal42071421410335724313633
Binary100100001111100010110000101101110111110100011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048762; }

 p { color: rgb(4,135,98); }

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

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

 a { background-color: rgb(4,135,98); }

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

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

 span { border-color: rgb(4,135,98); }

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