#739595

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

Shades of Juniper #739595

Tints of Juniper #739595

Color information

#739595 (or 0x739595) is unknown color: approx Juniper. HEX triplet: 73, 95 and 95. RGB value is (115,149,149). Sum of RGB (Red+Green+Blue) = 115+149+149=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #739595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739595 is #8C6A6A. Grayscale: #8A8A8A. Windows color (decimal): -9202283 or 9803123. OLE color: 9803123.

HSL color Cylindrical-coordinate representation of color #739595: hue angle of 180º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #739595 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115149149-
CMYK0.23000.42
HSL180º13.82%51.76%-
HSV(B)180º22.82%58.43%-
XYZ23.2427.3132.48-
YUV138.83133.74111-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.85%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=27.85%
G=36.08%
B=36.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151491490.23000.4218013.8251.76
Hex73959517002Ab4e34
Octal1632252252700522641664
Binary111001110010101100101011011100101010101101001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739595; }

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

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

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

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

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

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

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

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