#739393

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

Shades of Juniper #739393

Tints of Juniper #739393

Color information

#739393 (or 0x739393) is unknown color: approx Juniper. HEX triplet: 73, 93 and 93. RGB value is (115,147,147). Sum of RGB (Red+Green+Blue) = 115+147+147=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #739393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739393 is #8C6C6C. Grayscale: #898989. Windows color (decimal): -9202797 or 9671539. OLE color: 9671539.

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

Color convert

RGB115147147-
CMYK0.22000.42
HSL180º12.9%51.37%-
HSV(B)180º21.77%57.65%-
XYZ22.7726.6231.54-
YUV137.43133.4112-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=28.12%
G=35.94%
B=35.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151471470.22000.4218012.951.37
Hex73939316002Ab4d33
Octal1632232232600522641563
Binary111001110010011100100111011000101010101101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739393; }

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

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

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

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

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

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

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

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