#738470

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

Shades of Xanadu #738470

Tints of Xanadu #738470

Color information

#738470 (or 0x738470) is unknown color: approx Xanadu. HEX triplet: 73, 84 and 70. RGB value is (115,132,112). Sum of RGB (Red+Green+Blue) = 115+132+112=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #738470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738470 is #8C7B8F. Grayscale: #7C7C7C. Windows color (decimal): -9206672 or 7373939. OLE color: 7373939.

HSL color Cylindrical-coordinate representation of color #738470: hue angle of 111º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #738470 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB115132112-
CMYK0.1300.150.48
HSL111º8.2%47.84%-
HSV(B)111º15.15%51.76%-
XYZ18.2521.3218.48-
YUV124.64120.87121.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.03%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=32.03%
G=36.77%
B=31.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151321120.1300.150.481118.247.84
Hex738470D0F306f830
Octal16320416015017601571060
Binary111001110000100111000011010111111000011011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738470; }

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

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

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

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

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

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

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

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