#749268

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

Shades of Xanadu #749268

Tints of Xanadu #749268

Color information

#749268 (or 0x749268) is unknown color: approx Xanadu. HEX triplet: 74, 92 and 68. RGB value is (116,146,104). Sum of RGB (Red+Green+Blue) = 116+146+104=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #749268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749268 is #8B6D97. Grayscale: #848484. Windows color (decimal): -9137560 or 6853236. OLE color: 6853236.

HSL color Cylindrical-coordinate representation of color #749268: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #749268 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB116146104-
CMYK0.2100.290.43
HSL102.86º16.8%49.02%-
HSV(B)102.86º28.77%57.25%-
XYZ19.9825.2716.92-
YUV132.24112.06116.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=31.69%
G=39.89%
B=28.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461040.2100.290.43102.8616.849.02
Hex7492681501D2B671131
Octal16422215025035531472161
Binary111010010010010110100010101011101101011110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749268; }

 p { color: rgb(116,146,104); }

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

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

 a { background-color: rgb(116,146,104); }

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

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

 span { border-color: rgb(116,146,104); }

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