#739465

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

Shades of Xanadu #739465

Tints of Xanadu #739465

Color information

#739465 (or 0x739465) is unknown color: approx Xanadu. HEX triplet: 73, 94 and 65. RGB value is (115,148,101). Sum of RGB (Red+Green+Blue) = 115+148+101=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #739465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739465 is #8C6B9A. Grayscale: #848484. Windows color (decimal): -9202587 or 6657139. OLE color: 6657139.

HSL color Cylindrical-coordinate representation of color #739465: hue angle of 102.13º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #739465 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB115148101-
CMYK0.2200.320.42
HSL102.13º18.88%48.82%-
HSV(B)102.13º31.76%58.04%-
XYZ20.0125.7616.23-
YUV132.78110.07115.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.59%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=31.59%
G=40.66%
B=27.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481010.2200.320.42102.1318.8848.82
Hex739465160202A661331
Octal16322414526040521462361
Binary1110011100101001100101101100100000101010110011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739465; }

 p { color: rgb(115,148,101); }

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

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

 a { background-color: rgb(115,148,101); }

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

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

 span { border-color: rgb(115,148,101); }

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