#739390

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

Shades of Juniper #739390

Tints of Juniper #739390

Color information

#739390 (or 0x739390) is unknown color: approx Juniper. HEX triplet: 73, 93 and 90. RGB value is (115,147,144). Sum of RGB (Red+Green+Blue) = 115+147+144=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #739390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739390 is #8C6C6F. Grayscale: #898989. Windows color (decimal): -9202800 or 9474931. OLE color: 9474931.

HSL color Cylindrical-coordinate representation of color #739390: hue angle of 174.37º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #739390 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB115147144-
CMYK0.2200.020.42
HSL174.37º12.9%51.37%-
HSV(B)174.37º21.77%57.65%-
XYZ22.5426.5330.32-
YUV137.09131.9112.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.33%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=28.33%
G=36.21%
B=35.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151471440.2200.020.42174.3712.951.37
Hex73939016022Aaed33
Octal1632232202602522561563
Binary1110011100100111001000010110010101010101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739390; }

 p { color: rgb(115,147,144); }

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

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

 a { background-color: rgb(115,147,144); }

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

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

 span { border-color: rgb(115,147,144); }

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