Shades of Xanadu #719365
Tints of Xanadu #719365
RGB
CMYK
RGB Variations
Color information
#719365 (or 0x719365) is known color: Xanadu. HEX triplet: 71, 93 and 65. RGB value is (113,147,101). Sum of RGB (Red+Green+Blue) = 113+147+101=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #719365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719365 is #8E6C9A. Grayscale: #838383. Windows color (decimal): -9333915 or 6656881. OLE color: 6656881.
HSL color Cylindrical-coordinate representation of color #719365: hue angle of 104.35º degrees, saturation: 0.19, 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 #719365 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 147 | 101 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.42 |
| HSL | 104.35º | 0.19% | 0.49% | - |
| HSV(B) | 104.35º | 0.31% | 0.58% | - |
| XYZ | 19.59 | 25.32 | 16.17 | - |
| YUV | 131.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 147 | 101 | 0.23 | 0 | 0.31 | 0.42 | 104.35 | 0.19 | 0.49 |
| Hex | 71 | 93 | 65 | 17 | 0 | 1F | 2A | 68 | 13 | 31 |
| Octal | 161 | 223 | 145 | 27 | 0 | 37 | 52 | 150 | 23 | 61 |
| Binary | 1110001 | 10010011 | 1100101 | 10111 | 0 | 11111 | 101010 | 1101000 | 10011 | 110001 |
Color Harmonies of #719365
Complementary color
Monochromatic Colors of #719365
Black with #719365
Text Example
Text Example
White with #719365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719365; }
p { color: rgb(113,147,101); }
H1.HeaderClassName
{
color: #719365;
}
.AnyTagClassName
{
color: #719365;
}
</style>
background-color css
<style>
a { background-color: #719365; }
a { background-color: rgb(113,147,101); }
div.DivClassName
{
background-color: #719365;
}
.BgClassName
{
background-color: #719365;
}
</style>
border-color css
<style>
span { border-color: #719365; }
span { border-color: rgb(113,147,101); }
td.TdClassName
{
border-color: #719365;
}
.TagClassName
{
border-color: #719365;
}
</style>