#738B6E

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

Shades of Xanadu #738B6E

Tints of Xanadu #738B6E

Color information

#738B6E (or 0x738B6E) is unknown color: approx Xanadu. HEX triplet: 73, 8B and 6E. RGB value is (115,139,110). Sum of RGB (Red+Green+Blue) = 115+139+110=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #738B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B6E is #8C7491. Grayscale: #808080. Windows color (decimal): -9204882 or 7244659. OLE color: 7244659.

HSL color Cylindrical-coordinate representation of color #738B6E: hue angle of 109.66º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738B6E is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB115139110-
CMYK0.1700.210.45
HSL109.66º11.65%48.82%-
HSV(B)109.66º20.86%54.51%-
XYZ19.1223.2418.23-
YUV128.52117.55118.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.59%
GREEN value IS 139 (54.69% from 255) = 38.19%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=31.59%
G=38.19%
B=30.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151391100.1700.210.45109.6611.6548.82
Hex738B6E110152D6ec31
Octal16321315621025551561461
Binary11100111000101111011101000101010110110111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738B6E; }

 p { color: rgb(115,139,110); }

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

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

 a { background-color: rgb(115,139,110); }

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

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

 span { border-color: rgb(115,139,110); }

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