#01946F

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

Shades of Observatory #01946F

Tints of Observatory #01946F

Color information

#01946F (or 0x01946F) is unknown color: approx Observatory. HEX triplet: 01, 94 and 6F. RGB value is (1,148,111). Sum of RGB (Red+Green+Blue) = 1+148+111=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #01946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01946F is #FE6B90. Grayscale: #636363. Windows color (decimal): -16673681 or 7312385. OLE color: 7312385.

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

Color convert

RGB1148111-
CMYK0.9900.250.42
HSL164.9º98.66%29.22%-
HSV(B)164.9º99.32%58.04%-
XYZ13.4722.3318.64-
YUV99.83134.357.51-

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.92%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=0.38%
G=56.92%
B=42.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11481110.9900.250.42164.998.6629.22
Hex1946F630192Aa5631d
Octal12241571430315224514335
Binary1100101001101111110001101100110101010100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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