#719391

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

Shades of Juniper #719391

Tints of Juniper #719391

Color information

#719391 (or 0x719391) is unknown color: approx Juniper. HEX triplet: 71, 93 and 91. RGB value is (113,147,145). Sum of RGB (Red+Green+Blue) = 113+147+145=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #719391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719391 is #8E6C6E. Grayscale: #888888. Windows color (decimal): -9333871 or 9540465. OLE color: 9540465.

HSL color Cylindrical-coordinate representation of color #719391: hue angle of 176.47º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719391 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB113147145-
CMYK0.2300.010.42
HSL176.47º13.6%50.98%-
HSV(B)176.47º23.13%57.65%-
XYZ22.3526.4230.71-
YUV136.61132.74111.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=27.90%
G=36.30%
B=35.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471450.2300.010.42176.4713.650.98
Hex71939117012Ab0e33
Octal1612232212701522601663
Binary111000110010011100100011011101101010101100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719391; }

 p { color: rgb(113,147,145); }

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

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

 a { background-color: rgb(113,147,145); }

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

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

 span { border-color: rgb(113,147,145); }

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