#749466

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

Shades of Xanadu #749466

Tints of Xanadu #749466

Color information

#749466 (or 0x749466) is unknown color: approx Xanadu. HEX triplet: 74, 94 and 66. RGB value is (116,148,102). Sum of RGB (Red+Green+Blue) = 116+148+102=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #749466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749466 is #8B6B99. Grayscale: #858585. Windows color (decimal): -9137050 or 6722676. OLE color: 6722676.

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

Color convert

RGB116148102-
CMYK0.2200.310.42
HSL101.74º18.4%49.02%-
HSV(B)101.74º31.08%58.04%-
XYZ20.1925.8516.5-
YUV133.19110.4115.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=31.69%
G=40.44%
B=27.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161481020.2200.310.42101.7418.449.02
Hex7494661601F2A661231
Octal16422414626037521462261
Binary111010010010100110011010110011111101010110011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749466; }

 p { color: rgb(116,148,102); }

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

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

 a { background-color: rgb(116,148,102); }

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

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

 span { border-color: rgb(116,148,102); }

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