#719293

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

Shades of Juniper #719293

Tints of Juniper #719293

Color information

#719293 (or 0x719293) is unknown color: approx Juniper. HEX triplet: 71, 92 and 93. RGB value is (113,146,147). Sum of RGB (Red+Green+Blue) = 113+146+147=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #719293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719293 is #8E6D6C. Grayscale: #888888. Windows color (decimal): -9334125 or 9671281. OLE color: 9671281.

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

Color convert

RGB113146147-
CMYK0.230.0100.42
HSL181.76º13.6%50.98%-
HSV(B)181.76º23.13%57.65%-
XYZ22.3626.1831.48-
YUV136.25134.07111.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=27.83%
G=35.96%
B=36.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131461470.230.0100.42181.7613.650.98
Hex71929317102Ab6e33
Octal1612222232710522661663
Binary111000110010010100100111011110101010101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719293; }

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

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

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

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

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

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

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

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