#0D9471

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

Shades of Observatory #0D9471

Tints of Observatory #0D9471

Color information

#0D9471 (or 0x0D9471) is unknown color: approx Observatory. HEX triplet: 0D, 94 and 71. RGB value is (13,148,113). Sum of RGB (Red+Green+Blue) = 13+148+113=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9471 is #F26B8E. Grayscale: #676767. Windows color (decimal): -15887247 or 7443469. OLE color: 7443469.

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

Color convert

RGB13148113-
CMYK0.9100.240.42
HSL164.44º83.85%31.57%-
HSV(B)164.44º91.22%58.04%-
XYZ13.7422.4619.23-
YUV103.64133.2763.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.74%
GREEN value IS 148 (58.20% from 255) = 54.01%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=4.74%
G=54.01%
B=41.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131481130.9100.240.42164.4483.8531.57
HexD94715B0182Aa45420
Octal152241611330305224412440
Binary11011001010011100011011011011000101010101001001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D9471; }

 p { color: rgb(13,148,113); }

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

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

 a { background-color: rgb(13,148,113); }

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

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

 span { border-color: rgb(13,148,113); }

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