#049368

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

Shades of Observatory #049368

Tints of Observatory #049368

Color information

#049368 (or 0x049368) is unknown color: approx Observatory. HEX triplet: 04, 93 and 68. RGB value is (4,147,104). Sum of RGB (Red+Green+Blue) = 4+147+104=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #049368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049368 is #FB6C97. Grayscale: #636363. Windows color (decimal): -16477336 or 6853380. OLE color: 6853380.

HSL color Cylindrical-coordinate representation of color #049368: hue angle of 161.96º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049368 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB4147104-
CMYK0.9700.290.42
HSL161.96º94.7%29.61%-
HSV(B)161.96º97.28%57.65%-
XYZ12.9821.8916.64-
YUV99.34130.6260-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=1.57%
G=57.65%
B=40.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41471040.9700.290.42161.9694.729.61
Hex493686101D2Aa25f1e
Octal42231501410355224213736
Binary100100100111101000110000101110110101010100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049368; }

 p { color: rgb(4,147,104); }

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

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

 a { background-color: rgb(4,147,104); }

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

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

 span { border-color: rgb(4,147,104); }

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