#039274

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

Shades of Observatory #039274

Tints of Observatory #039274

Color information

#039274 (or 0x039274) is unknown color: approx Observatory. HEX triplet: 03, 92 and 74. RGB value is (3,146,116). Sum of RGB (Red+Green+Blue) = 3+146+116=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #039274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039274 is #FC6D8B. Grayscale: #636363. Windows color (decimal): -16543116 or 7639555. OLE color: 7639555.

HSL color Cylindrical-coordinate representation of color #039274: hue angle of 167.41º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039274 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB3146116-
CMYK0.9800.210.43
HSL167.41º95.97%29.22%-
HSV(B)167.41º97.95%57.25%-
XYZ13.4721.8420.03-
YUV99.82137.1258.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 146 (57.42% from 255) = 55.09%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=1.13%
G=55.09%
B=43.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31461160.9800.210.43167.4195.9729.22
Hex39274620152Ba7601d
Octal32221641420255324714035
Binary11100100101110100110001001010110101110100111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039274; }

 p { color: rgb(3,146,116); }

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

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

 a { background-color: rgb(3,146,116); }

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

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

 span { border-color: rgb(3,146,116); }

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