#728368

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

Shades of Xanadu #728368

Tints of Xanadu #728368

Color information

#728368 (or 0x728368) is unknown color: approx Xanadu. HEX triplet: 72, 83 and 68. RGB value is (114,131,104). Sum of RGB (Red+Green+Blue) = 114+131+104=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #728368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728368 is #8D7C97. Grayscale: #7A7A7A. Windows color (decimal): -9272472 or 6849394. OLE color: 6849394.

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

Color convert

RGB114131104-
CMYK0.1300.210.49
HSL97.78º11.49%46.08%-
HSV(B)97.78º20.61%51.37%-
XYZ17.5520.8116.19-
YUV122.84117.37121.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=32.66%
G=37.54%
B=29.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311040.1300.210.4997.7811.4946.08
Hex728368D0153162b2e
Octal16220315015025611421356
Binary1110010100000111101000110101010111000111000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728368; }

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

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

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

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

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

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

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

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