#728369

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

Shades of Xanadu #728369

Tints of Xanadu #728369

Color information

#728369 (or 0x728369) is unknown color: approx Xanadu. HEX triplet: 72, 83 and 69. RGB value is (114,131,105). Sum of RGB (Red+Green+Blue) = 114+131+105=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #728369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728369 is #8D7C96. Grayscale: #7B7B7B. Windows color (decimal): -9272471 or 6914930. OLE color: 6914930.

HSL color Cylindrical-coordinate representation of color #728369: hue angle of 99.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728369 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB114131105-
CMYK0.1300.200.49
HSL99.23º11.02%46.27%-
HSV(B)99.23º19.85%51.37%-
XYZ17.6120.8316.46-
YUV122.95117.87121.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 105 (41.41% from 255) = 30%
R=32.57%
G=37.43%
B=30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311050.1300.200.4999.2311.0246.27
Hex728369D0143163b2e
Octal16220315115024611431356
Binary1110010100000111101001110101010011000111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728369; }

 p { color: rgb(114,131,105); }

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

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

 a { background-color: rgb(114,131,105); }

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

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

 span { border-color: rgb(114,131,105); }

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