#739192

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

Shades of Juniper #739192

Tints of Juniper #739192

Color information

#739192 (or 0x739192) is unknown color: approx Juniper. HEX triplet: 73, 91 and 92. RGB value is (115,145,146). Sum of RGB (Red+Green+Blue) = 115+145+146=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #739192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739192 is #8C6E6D. Grayscale: #888888. Windows color (decimal): -9203310 or 9605491. OLE color: 9605491.

HSL color Cylindrical-coordinate representation of color #739192: hue angle of 181.94º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #739192 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB115145146-
CMYK0.210.0100.43
HSL181.94º12.45%51.18%-
HSV(B)181.94º21.23%57.25%-
XYZ22.3825.9731.03-
YUV136.14133.56112.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.33%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=28.33%
G=35.71%
B=35.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451460.210.0100.43181.9412.4551.18
Hex73919215102Bb6c33
Octal1632212222510532661463
Binary111001110010001100100101010110101011101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739192; }

 p { color: rgb(115,145,146); }

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

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

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

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

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

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

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