#729264

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

Shades of Xanadu #729264

Tints of Xanadu #729264

Color information

#729264 (or 0x729264) is unknown color: approx Xanadu. HEX triplet: 72, 92 and 64. RGB value is (114,146,100). Sum of RGB (Red+Green+Blue) = 114+146+100=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #729264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729264 is #8D6D9B. Grayscale: #838383. Windows color (decimal): -9268636 or 6591090. OLE color: 6591090.

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

Color convert

RGB114146100-
CMYK0.2200.320.43
HSL101.74º18.7%48.24%-
HSV(B)101.74º31.51%57.25%-
XYZ19.5225.0615.86-
YUV131.19110.4115.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 146 (57.42% from 255) = 40.56%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=31.67%
G=40.56%
B=27.78%

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
Decimal1141461000.2200.320.43101.7418.748.24
Hex729264160202B661330
Octal16222214426040531462360
Binary1110010100100101100100101100100000101011110011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729264; }

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

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

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

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

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

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

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

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