#719192

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

Shades of Juniper #719192

Tints of Juniper #719192

Color information

#719192 (or 0x719192) is unknown color: approx Juniper. HEX triplet: 71, 91 and 92. RGB value is (113,145,146). Sum of RGB (Red+Green+Blue) = 113+145+146=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #719192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719192 is #8E6E6D. Grayscale: #878787. Windows color (decimal): -9334382 or 9605489. OLE color: 9605489.

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

Color convert

RGB113145146-
CMYK0.230.0100.43
HSL181.82º13.15%50.78%-
HSV(B)181.82º22.6%57.25%-
XYZ22.1225.8431.02-
YUV135.55133.9111.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=27.97%
G=35.89%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131451460.230.0100.43181.8213.1550.78
Hex71919217102Bb6d33
Octal1612212222710532661563
Binary111000110010001100100101011110101011101101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719192; }

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

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

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

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

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

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

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

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