#728469

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

Shades of Xanadu #728469

Tints of Xanadu #728469

Color information

#728469 (or 0x728469) is unknown color: approx Xanadu. HEX triplet: 72, 84 and 69. RGB value is (114,132,105). Sum of RGB (Red+Green+Blue) = 114+132+105=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #728469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728469 is #8D7B96. Grayscale: #7B7B7B. Windows color (decimal): -9272215 or 6915186. OLE color: 6915186.

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

Color convert

RGB114132105-
CMYK0.1400.200.48
HSL100º11.39%46.47%-
HSV(B)100º20.45%51.76%-
XYZ17.7421.116.5-
YUV123.54117.54121.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=32.48%
G=37.61%
B=29.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321050.1400.200.4810011.3946.47
Hex728469E0143064b2e
Octal16220415116024601441356
Binary1110010100001001101001111001010011000011001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728469; }

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

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

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

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

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

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

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

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