#739568

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

Shades of Xanadu #739568

Tints of Xanadu #739568

Color information

#739568 (or 0x739568) is unknown color: approx Xanadu. HEX triplet: 73, 95 and 68. RGB value is (115,149,104). Sum of RGB (Red+Green+Blue) = 115+149+104=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #739568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739568 is #8C6A97. Grayscale: #858585. Windows color (decimal): -9202328 or 6854003. OLE color: 6854003.

HSL color Cylindrical-coordinate representation of color #739568: hue angle of 105.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #739568 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB115149104-
CMYK0.2300.300.42
HSL105.33º17.79%49.61%-
HSV(B)105.33º30.2%58.43%-
XYZ20.3226.1417.07-
YUV133.7111.24114.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=31.25%
G=40.49%
B=28.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151491040.2300.300.42105.3317.7949.61
Hex7395681701E2A691232
Octal16322515027036521512262
Binary111001110010101110100010111011110101010110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739568; }

 p { color: rgb(115,149,104); }

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

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

 a { background-color: rgb(115,149,104); }

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

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

 span { border-color: rgb(115,149,104); }

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