#73926E

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

Shades of Xanadu #73926E

Tints of Xanadu #73926E

Color information

#73926E (or 0x73926E) is unknown color: approx Xanadu. HEX triplet: 73, 92 and 6E. RGB value is (115,146,110). Sum of RGB (Red+Green+Blue) = 115+146+110=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #73926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73926E is #8C6D91. Grayscale: #848484. Windows color (decimal): -9203090 or 7246451. OLE color: 7246451.

HSL color Cylindrical-coordinate representation of color #73926E: hue angle of 111.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73926E is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB115146110-
CMYK0.2100.250.43
HSL111.67º14.17%50.2%-
HSV(B)111.67º24.66%57.25%-
XYZ20.1625.3318.58-
YUV132.63115.23115.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=31.00%
G=39.35%
B=29.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151461100.2100.250.43111.6714.1750.2
Hex73926E150192B70e32
Octal16322215625031531601662
Binary11100111001001011011101010101100110101111100001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73926E; }

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

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

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

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

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

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

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

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