#719263

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

Shades of Xanadu #719263

Tints of Xanadu #719263

Color information

#719263 (or 0x719263) is unknown color: approx Xanadu. HEX triplet: 71, 92 and 63. RGB value is (113,146,99). Sum of RGB (Red+Green+Blue) = 113+146+99=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #719263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719263 is #8E6D9C. Grayscale: #828282. Windows color (decimal): -9334173 or 6525553. OLE color: 6525553.

HSL color Cylindrical-coordinate representation of color #719263: hue angle of 102.13º 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 #719263 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB11314699-
CMYK0.2300.320.43
HSL102.13º19.18%48.04%-
HSV(B)102.13º32.19%57.25%-
XYZ19.3424.9715.6-
YUV130.78110.07115.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=31.56%
G=40.78%
B=27.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146990.2300.320.43102.1319.1848.04
Hex719263170202B661330
Octal16122214327040531462360
Binary1110001100100101100011101110100000101011110011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719263; }

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

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

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

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

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

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

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

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