#019470

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

Shades of Observatory #019470

Tints of Observatory #019470

Color information

#019470 (or 0x019470) is unknown color: approx Observatory. HEX triplet: 01, 94 and 70. RGB value is (1,148,112). Sum of RGB (Red+Green+Blue) = 1+148+112=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #019470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019470 is #FE6B8F. Grayscale: #636363. Windows color (decimal): -16673680 or 7377921. OLE color: 7377921.

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

Color convert

RGB1148112-
CMYK0.9900.240.42
HSL165.31º98.66%29.22%-
HSV(B)165.31º99.32%58.04%-
XYZ13.5322.3618.93-
YUV99.94134.857.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 148 (58.20% from 255) = 56.70%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=0.38%
G=56.70%
B=42.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11481120.9900.240.42165.3198.6629.22
Hex19470630182Aa5631d
Octal12241601430305224514335
Binary1100101001110000110001101100010101010100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019470; }

 p { color: rgb(1,148,112); }

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

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

 a { background-color: rgb(1,148,112); }

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

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

 span { border-color: rgb(1,148,112); }

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