#739364

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

Shades of Xanadu #739364

Tints of Xanadu #739364

Color information

#739364 (or 0x739364) is unknown color: approx Xanadu. HEX triplet: 73, 93 and 64. RGB value is (115,147,100). Sum of RGB (Red+Green+Blue) = 115+147+100=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #739364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739364 is #8C6C9B. Grayscale: #848484. Windows color (decimal): -9202844 or 6591347. OLE color: 6591347.

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

Color convert

RGB115147100-
CMYK0.2200.320.42
HSL100.85º19.03%48.43%-
HSV(B)100.85º31.97%57.65%-
XYZ19.825.4315.92-
YUV132.07109.9115.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=31.77%
G=40.61%
B=27.62%

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
Decimal1151471000.2200.320.42100.8519.0348.43
Hex739364160202A651330
Octal16322314426040521452360
Binary1110011100100111100100101100100000101010110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739364; }

 p { color: rgb(115,147,100); }

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

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

 a { background-color: rgb(115,147,100); }

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

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

 span { border-color: rgb(115,147,100); }

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