#048A61

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

Shades of Observatory #048A61

Tints of Observatory #048A61

Color information

#048A61 (or 0x048A61) is unknown color: approx Observatory. HEX triplet: 04, 8A and 61. RGB value is (4,138,97). Sum of RGB (Red+Green+Blue) = 4+138+97=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 138 (54.30% from 255 or 57.74% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 138 - color contains mainly: green. Hex color #048A61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048A61 is #FB759E. Grayscale: #5D5D5D. Windows color (decimal): -16479647 or 6392324. OLE color: 6392324.

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

Color convert

RGB413897-
CMYK0.9700.300.46
HSL161.64º94.37%27.84%-
HSV(B)161.64º97.1%54.12%-
XYZ11.319.0714.39-
YUV93.26130.1164.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 138 (54.30% from 255) = 57.74%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=1.67%
G=57.74%
B=40.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4138970.9700.300.46161.6494.3727.84
Hex48A616101E2Ea25e1c
Octal42121411410365624213634
Binary100100010101100001110000101111010111010100010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,138,97); }

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

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

 a { background-color: rgb(4,138,97); }

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

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

 span { border-color: rgb(4,138,97); }

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