#719569

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

Shades of Xanadu #719569

Tints of Xanadu #719569

Color information

#719569 (or 0x719569) is unknown color: approx Xanadu. HEX triplet: 71, 95 and 69. RGB value is (113,149,105). Sum of RGB (Red+Green+Blue) = 113+149+105=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #719569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719569 is #8E6A96. Grayscale: #858585. Windows color (decimal): -9333399 or 6919537. OLE color: 6919537.

HSL color Cylindrical-coordinate representation of color #719569: hue angle of 109.09º degrees, saturation: 0.17, 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 #719569 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB113149105-
CMYK0.2400.300.42
HSL109.09º17.32%49.8%-
HSV(B)109.09º29.53%58.43%-
XYZ20.1126.0317.33-
YUV133.22112.07113.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=30.79%
G=40.60%
B=28.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491050.2400.300.42109.0917.3249.8
Hex7195691801E2A6d1132
Octal16122515130036521552162
Binary111000110010101110100111000011110101010110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719569; }

 p { color: rgb(113,149,105); }

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

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

 a { background-color: rgb(113,149,105); }

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

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

 span { border-color: rgb(113,149,105); }

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