#739497

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

Shades of Juniper #739497

Tints of Juniper #739497

Color information

#739497 (or 0x739497) is unknown color: approx Juniper. HEX triplet: 73, 94 and 97. RGB value is (115,148,151). Sum of RGB (Red+Green+Blue) = 115+148+151=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 151 - color contains mainly: blue. Hex color #739497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739497 is #8C6B68. Grayscale: #8A8A8A. Windows color (decimal): -9202537 or 9933939. OLE color: 9933939.

HSL color Cylindrical-coordinate representation of color #739497: hue angle of 185º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #739497 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB115148151-
CMYK0.240.0200.41
HSL185º14.75%52.16%-
HSV(B)185º23.84%59.22%-
XYZ23.2527.0633.28-
YUV138.48135.07111.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 151 (59.38% from 255) = 36.47%
R=27.78%
G=35.75%
B=36.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151481510.240.0200.4118514.7552.16
Hex739497182029b9f34
Octal1632242273020512711764
Binary1110011100101001001011111000100101001101110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739497; }

 p { color: rgb(115,148,151); }

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

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

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

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

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

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

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