#738870

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

Shades of Xanadu #738870

Tints of Xanadu #738870

Color information

#738870 (or 0x738870) is unknown color: approx Xanadu. HEX triplet: 73, 88 and 70. RGB value is (115,136,112). Sum of RGB (Red+Green+Blue) = 115+136+112=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #738870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738870 is #8C778F. Grayscale: #7F7F7F. Windows color (decimal): -9205648 or 7374963. OLE color: 7374963.

HSL color Cylindrical-coordinate representation of color #738870: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738870 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB115136112-
CMYK0.1500.180.47
HSL112.5º9.68%48.63%-
HSV(B)112.5º17.65%53.33%-
XYZ18.822.4218.67-
YUV126.98119.54119.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=31.68%
G=37.47%
B=30.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151361120.1500.180.47112.59.6848.63
Hex738870F0122F70a31
Octal16321016017022571601261
Binary1110011100010001110000111101001010111111100001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738870; }

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

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

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

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

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

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

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

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