#719162

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

Shades of Xanadu #719162

Tints of Xanadu #719162

Color information

#719162 (or 0x719162) is unknown color: approx Xanadu. HEX triplet: 71, 91 and 62. RGB value is (113,145,98). Sum of RGB (Red+Green+Blue) = 113+145+98=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #719162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719162 is #8E6E9D. Grayscale: #828282. Windows color (decimal): -9334430 or 6459761. OLE color: 6459761.

HSL color Cylindrical-coordinate representation of color #719162: hue angle of 100.85º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #719162 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB11314598-
CMYK0.2200.320.43
HSL100.85º19.34%47.65%-
HSV(B)100.85º32.41%56.86%-
XYZ19.1424.6415.3-
YUV130.07109.9115.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 98 (38.67% from 255) = 27.53%
R=31.74%
G=40.73%
B=27.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113145980.2200.320.43100.8519.3447.65
Hex719162160202B651330
Octal16122114226040531452360
Binary1110001100100011100010101100100000101011110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719162; }

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

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

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

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

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

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

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

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