#01946E

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

Shades of Observatory #01946E

Tints of Observatory #01946E

Color information

#01946E (or 0x01946E) is unknown color: approx Observatory. HEX triplet: 01, 94 and 6E. RGB value is (1,148,110). Sum of RGB (Red+Green+Blue) = 1+148+110=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #01946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01946E is #FE6B91. Grayscale: #636363. Windows color (decimal): -16673682 or 7246849. OLE color: 7246849.

HSL color Cylindrical-coordinate representation of color #01946E: hue angle of 164.49º 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 #01946E is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB1148110-
CMYK0.9900.260.42
HSL164.49º98.66%29.22%-
HSV(B)164.49º99.32%58.04%-
XYZ13.4222.3118.35-
YUV99.72133.857.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 148 (58.20% from 255) = 57.14%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=0.39%
G=57.14%
B=42.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11481100.9900.260.42164.4998.6629.22
Hex1946E6301A2Aa4631d
Octal12241561430325224414335
Binary1100101001101110110001101101010101010100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01946E; }

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

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

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

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

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

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

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

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