Shades of Xanadu #739364
Tints of Xanadu #739364
RGB
CMYK
RGB Variations
Color information
#739364 (or 0x739364) is known color: Xanadu. HEX triplet: 73, 93 and 64. RGB value is (115,147,100). Sum of RGB (Red+Green+Blue) = 115+147+100=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #739364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739364 is #8C6C9B. Grayscale: #848484. Windows color (decimal): -9202844 or 6591347. OLE color: 6591347.
HSL color Cylindrical-coordinate representation of color #739364: hue angle of 100.85º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #739364 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 147 | 100 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.42 |
| HSL | 100.85º | 0.19% | 0.48% | - |
| HSV(B) | 100.85º | 0.32% | 0.58% | - |
| XYZ | 19.8 | 25.43 | 15.92 | - |
| YUV | 132.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 100 | 0.22 | 0 | 0.32 | 0.42 | 100.85 | 0.19 | 0.48 |
| Hex | 73 | 93 | 64 | 16 | 0 | 20 | 2A | 65 | 13 | 30 |
| Octal | 163 | 223 | 144 | 26 | 0 | 40 | 52 | 145 | 23 | 60 |
| Binary | 1110011 | 10010011 | 1100100 | 10110 | 0 | 100000 | 101010 | 1100101 | 10011 | 110000 |
Color Harmonies of #739364
Complementary color
Monochromatic Colors of #739364
Black with #739364
Text Example
Text Example
White with #739364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739364; }
p { color: rgb(115,147,100); }
H1.HeaderClassName
{
color: #739364;
}
.AnyTagClassName
{
color: #739364;
}
</style>
background-color css
<style>
a { background-color: #739364; }
a { background-color: rgb(115,147,100); }
div.DivClassName
{
background-color: #739364;
}
.BgClassName
{
background-color: #739364;
}
</style>
border-color css
<style>
span { border-color: #739364; }
span { border-color: rgb(115,147,100); }
td.TdClassName
{
border-color: #739364;
}
.TagClassName
{
border-color: #739364;
}
</style>