#739290

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

Shades of Juniper #739290

Tints of Juniper #739290

Color information

#739290 (or 0x739290) is unknown color: approx Juniper. HEX triplet: 73, 92 and 90. RGB value is (115,146,144). Sum of RGB (Red+Green+Blue) = 115+146+144=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #739290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739290 is #8C6D6F. Grayscale: #888888. Windows color (decimal): -9203056 or 9474675. OLE color: 9474675.

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

Color convert

RGB115146144-
CMYK0.2100.010.43
HSL176.13º12.45%51.18%-
HSV(B)176.13º21.23%57.25%-
XYZ22.3826.2230.27-
YUV136.5132.23112.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=28.40%
G=36.05%
B=35.56%

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
Decimal1151461440.2100.010.43176.1312.4551.18
Hex73929015012Bb0c33
Octal1632222202501532601463
Binary111001110010010100100001010101101011101100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739290; }

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

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

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

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

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

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

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

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