#738469

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

Shades of Xanadu #738469

Tints of Xanadu #738469

Color information

#738469 (or 0x738469) is unknown color: approx Xanadu. HEX triplet: 73, 84 and 69. RGB value is (115,132,105). Sum of RGB (Red+Green+Blue) = 115+132+105=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #738469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738469 is #8C7B96. Grayscale: #7B7B7B. Windows color (decimal): -9206679 or 6915187. OLE color: 6915187.

HSL color Cylindrical-coordinate representation of color #738469: hue angle of 97.78º 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 #738469 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB115132105-
CMYK0.1300.200.48
HSL97.78º11.39%46.47%-
HSV(B)97.78º20.45%51.76%-
XYZ17.8721.1716.51-
YUV123.84117.37121.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=32.67%
G=37.5%
B=29.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151321050.1300.200.4897.7811.3946.47
Hex738469D0143062b2e
Octal16320415115024601421356
Binary1110011100001001101001110101010011000011000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738469; }

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

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

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

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

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

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

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

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