#738585

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

Shades of Juniper #738585

Tints of Juniper #738585

Color information

#738585 (or 0x738585) is unknown color: approx Juniper. HEX triplet: 73, 85 and 85. RGB value is (115,133,133). Sum of RGB (Red+Green+Blue) = 115+133+133=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #738585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738585 is #8C7A7A. Grayscale: #7F7F7F. Windows color (decimal): -9206395 or 8750451. OLE color: 8750451.

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

Color convert

RGB115133133-
CMYK0.14000.48
HSL180º7.26%48.63%-
HSV(B)180º13.53%52.16%-
XYZ19.6922.1125.42-
YUV127.62131.04119-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=30.18%
G=34.91%
B=34.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151331330.14000.481807.2648.63
Hex738585E0030b4731
Octal163205205160060264761
Binary1110011100001011000010111100011000010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738585; }

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

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

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

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

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

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

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

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