#719364

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

Shades of Xanadu #719364

Tints of Xanadu #719364

Color information

#719364 (or 0x719364) is unknown color: approx Xanadu. HEX triplet: 71, 93 and 64. RGB value is (113,147,100). Sum of RGB (Red+Green+Blue) = 113+147+100=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #719364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719364 is #8E6C9B. Grayscale: #838383. Windows color (decimal): -9333916 or 6591345. OLE color: 6591345.

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

Color convert

RGB113147100-
CMYK0.2300.320.42
HSL103.4º19.03%48.43%-
HSV(B)103.4º31.97%57.65%-
XYZ19.5425.315.91-
YUV131.48110.24114.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=31.39%
G=40.83%
B=27.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471000.2300.320.42103.419.0348.43
Hex719364170202A671330
Octal16122314427040521472360
Binary1110001100100111100100101110100000101010110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719364; }

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

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

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

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

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

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

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

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