#009475

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

Shades of Observatory #009475

Tints of Observatory #009475

Color information

#009475 (or 0x009475) is unknown color: approx Observatory. HEX triplet: 00, 94 and 75. RGB value is (0,148,117). Sum of RGB (Red+Green+Blue) = 0+148+117=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #009475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009475 is #FF6B8A. Grayscale: #646464. Windows color (decimal): -16739211 or 7705600. OLE color: 7705600.

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

Color convert

RGB0148117-
CMYK100.210.42
HSL167.43º100%29.02%-
HSV(B)167.43º100%58.04%-
XYZ13.822.4620.44-
YUV100.21137.4756.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 55.85%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=0%
G=55.85%
B=44.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0148117100.210.42167.4310029.02
Hex09475640152Aa7641d
Octal02241651440255224714435
Binary0100101001110101110010001010110101010100111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009475; }

 p { color: rgb(0,148,117); }

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

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

 a { background-color: rgb(0,148,117); }

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

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

 span { border-color: rgb(0,148,117); }

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