#719366

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

Shades of Xanadu #719366

Tints of Xanadu #719366

Color information

#719366 (or 0x719366) is unknown color: approx Xanadu. HEX triplet: 71, 93 and 66. RGB value is (113,147,102). Sum of RGB (Red+Green+Blue) = 113+147+102=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #719366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719366 is #8E6C99. Grayscale: #838383. Windows color (decimal): -9333914 or 6722417. OLE color: 6722417.

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

Color convert

RGB113147102-
CMYK0.2300.310.42
HSL105.33º18.07%48.82%-
HSV(B)105.33º30.61%57.65%-
XYZ19.6425.3416.43-
YUV131.7111.24114.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 102 (40.23% from 255) = 28.18%
R=31.22%
G=40.61%
B=28.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471020.2300.310.42105.3318.0748.82
Hex7193661701F2A691231
Octal16122314627037521512261
Binary111000110010011110011010111011111101010110100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719366; }

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

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

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

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

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

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

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

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