#048866

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

Shades of Observatory #048866

Tints of Observatory #048866

Color information

#048866 (or 0x048866) is unknown color: approx Observatory. HEX triplet: 04, 88 and 66. RGB value is (4,136,102). Sum of RGB (Red+Green+Blue) = 4+136+102=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #048866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048866 is #FB7799. Grayscale: #5C5C5C. Windows color (decimal): -16480154 or 6719492. OLE color: 6719492.

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

Color convert

RGB4136102-
CMYK0.9700.250.47
HSL164.55º94.29%27.45%-
HSV(B)164.55º97.06%53.33%-
XYZ11.2518.5915.57-
YUV92.66133.2764.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 136 (53.52% from 255) = 56.20%
BLUE value IS 102 (40.23% from 255) = 42.15%
R=1.65%
G=56.20%
B=42.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41361020.9700.250.47164.5594.2927.45
Hex48866610192Fa55e1b
Octal42101461410315724513633
Binary100100010001100110110000101100110111110100101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048866; }

 p { color: rgb(4,136,102); }

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

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

 a { background-color: rgb(4,136,102); }

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

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

 span { border-color: rgb(4,136,102); }

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