#739396

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

Shades of Juniper #739396

Tints of Juniper #739396

Color information

#739396 (or 0x739396) is unknown color: approx Juniper. HEX triplet: 73, 93 and 96. RGB value is (115,147,150). Sum of RGB (Red+Green+Blue) = 115+147+150=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #739396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739396 is #8C6C69. Grayscale: #898989. Windows color (decimal): -9202794 or 9868147. OLE color: 9868147.

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

Color convert

RGB115147150-
CMYK0.230.0200.41
HSL185.14º14.29%51.96%-
HSV(B)185.14º23.33%58.82%-
XYZ23.0126.7132.8-
YUV137.77134.9111.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=27.91%
G=35.68%
B=36.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151471500.230.0200.41185.1414.2951.96
Hex739396172029b9e34
Octal1632232262720512711664
Binary1110011100100111001011010111100101001101110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739396; }

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

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

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

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

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

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

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

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