#719495

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

Shades of Juniper #719495

Tints of Juniper #719495

Color information

#719495 (or 0x719495) is unknown color: approx Juniper. HEX triplet: 71, 94 and 95. RGB value is (113,148,149). Sum of RGB (Red+Green+Blue) = 113+148+149=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: blue. Hex color #719495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719495 is #8E6B6A. Grayscale: #898989. Windows color (decimal): -9333611 or 9802865. OLE color: 9802865.

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

Color convert

RGB113148149-
CMYK0.240.0100.42
HSL181.67º14.52%51.37%-
HSV(B)181.67º24.16%58.43%-
XYZ22.8226.8632.42-
YUV137.65134.4110.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=27.56%
G=36.10%
B=36.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131481490.240.0100.42181.6714.5251.37
Hex71949518102Ab6f33
Octal1612242253010522661763
Binary111000110010100100101011100010101010101101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719495; }

 p { color: rgb(113,148,149); }

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

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

 a { background-color: rgb(113,148,149); }

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

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

 span { border-color: rgb(113,148,149); }

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