#738170

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

Shades of Xanadu #738170

Tints of Xanadu #738170

Color information

#738170 (or 0x738170) is unknown color: approx Xanadu. HEX triplet: 73, 81 and 70. RGB value is (115,129,112). Sum of RGB (Red+Green+Blue) = 115+129+112=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #738170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738170 is #8C7E8F. Grayscale: #7A7A7A. Windows color (decimal): -9207440 or 7373171. OLE color: 7373171.

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

Color convert

RGB115129112-
CMYK0.1100.130.49
HSL109.41º7.05%47.25%-
HSV(B)109.41º13.18%50.59%-
XYZ17.8520.5218.35-
YUV122.88121.86122.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=32.30%
G=36.24%
B=31.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151291120.1100.130.49109.417.0547.25
Hex738170B0D316d72f
Octal1632011601301561155757
Binary11100111000000111100001011011011100011101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738170; }

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

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

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

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

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

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

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

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