#719363

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

Shades of Xanadu #719363

Tints of Xanadu #719363

Color information

#719363 (or 0x719363) is unknown color: approx Xanadu. HEX triplet: 71, 93 and 63. RGB value is (113,147,99). Sum of RGB (Red+Green+Blue) = 113+147+99=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #719363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719363 is #8E6C9C. Grayscale: #838383. Windows color (decimal): -9333917 or 6525809. OLE color: 6525809.

HSL color Cylindrical-coordinate representation of color #719363: hue angle of 102.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #719363 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB11314799-
CMYK0.2300.330.42
HSL102.5º19.51%48.24%-
HSV(B)102.5º32.65%57.65%-
XYZ19.525.2815.66-
YUV131.36109.74114.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.48%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=31.48%
G=40.95%
B=27.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147990.2300.330.42102.519.5148.24
Hex719363170212A661430
Octal16122314327041521462460
Binary1110001100100111100011101110100001101010110011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719363; }

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

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

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

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

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

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

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

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