#729263

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

Shades of Xanadu #729263

Tints of Xanadu #729263

Color information

#729263 (or 0x729263) is unknown color: approx Xanadu. HEX triplet: 72, 92 and 63. RGB value is (114,146,99). Sum of RGB (Red+Green+Blue) = 114+146+99=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #729263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729263 is #8D6D9C. Grayscale: #838383. Windows color (decimal): -9268637 or 6525554. OLE color: 6525554.

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

Color convert

RGB11414699-
CMYK0.2200.320.43
HSL100.85º19.18%48.04%-
HSV(B)100.85º32.19%57.25%-
XYZ19.4725.0415.61-
YUV131.07109.9115.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=31.75%
G=40.67%
B=27.58%

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
Decimal114146990.2200.320.43100.8519.1848.04
Hex729263160202B651330
Octal16222214326040531452360
Binary1110010100100101100011101100100000101011110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729263; }

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

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

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

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

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

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

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

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