#739291

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

Shades of Juniper #739291

Tints of Juniper #739291

Color information

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

HSL color Cylindrical-coordinate representation of color #739291: hue angle of 178.06º 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 #739291 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB115146145-
CMYK0.2100.010.43
HSL178.06º12.45%51.18%-
HSV(B)178.06º21.23%57.25%-
XYZ22.4626.2530.67-
YUV136.62132.73112.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151461450.2100.010.43178.0612.4551.18
Hex73929115012Bb2c33
Octal1632222212501532621463
Binary111001110010010100100011010101101011101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739291; }

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

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

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

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

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

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

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

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