#719493

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

Shades of Juniper #719493

Tints of Juniper #719493

Color information

#719493 (or 0x719493) is unknown color: approx Juniper. HEX triplet: 71, 94 and 93. RGB value is (113,148,147). Sum of RGB (Red+Green+Blue) = 113+148+147=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #719493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719493 is #8E6B6C. Grayscale: #898989. Windows color (decimal): -9333613 or 9671793. OLE color: 9671793.

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

Color convert

RGB113148147-
CMYK0.2400.010.42
HSL178.29º14.06%51.18%-
HSV(B)178.29º23.65%58.04%-
XYZ22.6726.831.58-
YUV137.42133.4110.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.70%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=27.70%
G=36.27%
B=36.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131481470.2400.010.42178.2914.0651.18
Hex71949318012Ab2e33
Octal1612242233001522621663
Binary111000110010100100100111100001101010101100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719493; }

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

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

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

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

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

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

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

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