#738570

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

Shades of Xanadu #738570

Tints of Xanadu #738570

Color information

#738570 (or 0x738570) is unknown color: approx Xanadu. HEX triplet: 73, 85 and 70. RGB value is (115,133,112). Sum of RGB (Red+Green+Blue) = 115+133+112=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #738570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738570 is #8C7A8F. Grayscale: #7D7D7D. Windows color (decimal): -9206416 or 7374195. OLE color: 7374195.

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

Color convert

RGB115133112-
CMYK0.1400.160.48
HSL111.43º8.57%48.04%-
HSV(B)111.43º15.79%52.16%-
XYZ18.3821.5918.53-
YUV125.22120.54120.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.94%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=31.94%
G=36.94%
B=31.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151331120.1400.160.48111.438.5748.04
Hex738570E010306f930
Octal16320516016020601571160
Binary1110011100001011110000111001000011000011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738570; }

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

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

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

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

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

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

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

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