#018369

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

Shades of Observatory #018369

Tints of Observatory #018369

Color information

#018369 (or 0x018369) is unknown color: approx Observatory. HEX triplet: 01, 83 and 69. RGB value is (1,131,105). Sum of RGB (Red+Green+Blue) = 1+131+105=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #018369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018369 is #FE7C96. Grayscale: #595959. Windows color (decimal): -16678039 or 6914817. OLE color: 6914817.

HSL color Cylindrical-coordinate representation of color #018369: hue angle of 168º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018369 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB1131105-
CMYK0.9900.200.49
HSL168º98.48%25.88%-
HSV(B)168º99.24%51.37%-
XYZ10.6817.2616.13-
YUV89.17136.9365.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=0.42%
G=55.27%
B=44.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11311050.9900.200.4916898.4825.88
Hex183696301431a8621a
Octal12031511430246125014232
Binary1100000111101001110001101010011000110101000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018369; }

 p { color: rgb(1,131,105); }

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

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

 a { background-color: rgb(1,131,105); }

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

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

 span { border-color: rgb(1,131,105); }

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