#73936A

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

Shades of Xanadu #73936A

Tints of Xanadu #73936A

Color information

#73936A (or 0x73936A) is unknown color: approx Xanadu. HEX triplet: 73, 93 and 6A. RGB value is (115,147,106). Sum of RGB (Red+Green+Blue) = 115+147+106=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #73936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73936A is #8C6C95. Grayscale: #848484. Windows color (decimal): -9202838 or 6984563. OLE color: 6984563.

HSL color Cylindrical-coordinate representation of color #73936A: hue angle of 106.83º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73936A is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB115147106-
CMYK0.2200.280.42
HSL106.83º16.21%49.61%-
HSV(B)106.83º27.89%57.65%-
XYZ20.1125.5517.51-
YUV132.76112.9115.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=31.25%
G=39.95%
B=28.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151471060.2200.280.42106.8316.2149.61
Hex73936A1601C2A6b1032
Octal16322315226034521532062
Binary111001110010011110101010110011100101010110101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73936A; }

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

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

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

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

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

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

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

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