#738670

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

Shades of Xanadu #738670

Tints of Xanadu #738670

Color information

#738670 (or 0x738670) is unknown color: approx Xanadu. HEX triplet: 73, 86 and 70. RGB value is (115,134,112). Sum of RGB (Red+Green+Blue) = 115+134+112=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #738670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738670 is #8C798F. Grayscale: #7D7D7D. Windows color (decimal): -9206160 or 7374451. OLE color: 7374451.

HSL color Cylindrical-coordinate representation of color #738670: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738670 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB115134112-
CMYK0.1400.160.47
HSL111.82º8.94%48.24%-
HSV(B)111.82º16.42%52.55%-
XYZ18.5221.8618.57-
YUV125.81120.21120.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=31.86%
G=37.12%
B=31.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341120.1400.160.47111.828.9448.24
Hex738670E0102F70930
Octal16320616016020571601160
Binary1110011100001101110000111001000010111111100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738670; }

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

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

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

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

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

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

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

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