#73946C

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

Shades of Xanadu #73946C

Tints of Xanadu #73946C

Color information

#73946C (or 0x73946C) is unknown color: approx Xanadu. HEX triplet: 73, 94 and 6C. RGB value is (115,148,108). Sum of RGB (Red+Green+Blue) = 115+148+108=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #73946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73946C is #8C6B93. Grayscale: #858585. Windows color (decimal): -9202580 or 7115891. OLE color: 7115891.

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

Color convert

RGB115148108-
CMYK0.2200.270.42
HSL109.5º15.75%50.2%-
HSV(B)109.5º27.03%58.04%-
XYZ20.3725.9118.11-
YUV133.57113.57114.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=31.00%
G=39.89%
B=29.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481080.2200.270.42109.515.7550.2
Hex73946C1601B2A6e1032
Octal16322415426033521562062
Binary111001110010100110110010110011011101010110111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73946C; }

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

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

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

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

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

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

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

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