#0D9472

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

Shades of Observatory #0D9472

Tints of Observatory #0D9472

Color information

#0D9472 (or 0x0D9472) is unknown color: approx Observatory. HEX triplet: 0D, 94 and 72. RGB value is (13,148,114). Sum of RGB (Red+Green+Blue) = 13+148+114=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9472 is #F26B8D. Grayscale: #676767. Windows color (decimal): -15887246 or 7509005. OLE color: 7509005.

HSL color Cylindrical-coordinate representation of color #0D9472: hue angle of 164.89º 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 #0D9472 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB13148114-
CMYK0.9100.230.42
HSL164.89º83.85%31.57%-
HSV(B)164.89º91.22%58.04%-
XYZ13.7922.4819.53-
YUV103.76133.7763.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.73%
GREEN value IS 148 (58.20% from 255) = 53.82%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=4.73%
G=53.82%
B=41.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131481140.9100.230.42164.8983.8531.57
HexD94725B0172Aa55420
Octal152241621330275224512440
Binary11011001010011100101011011010111101010101001011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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