Shades of Nandor #456049
Tints of Nandor #456049
RGB
CMYK
RGB Variations
Color information
#456049 (or 0x456049) is known color: Nandor. HEX triplet: 45, 60 and 49. RGB value is (69,96,73). Sum of RGB (Red+Green+Blue) = 69+96+73=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #456049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456049 is #BA9FB6. Grayscale: #555555. Windows color (decimal): -12230583 or 4808773. OLE color: 4808773.
HSL color Cylindrical-coordinate representation of color #456049: hue angle of 128.89º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #456049 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 73 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.62 |
| HSL | 128.89º | 0.16% | 0.32% | - |
| HSV(B) | 128.89º | 0.28% | 0.38% | - |
| XYZ | 7.84 | 10.11 | 7.84 | - |
| YUV | 85.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 73 | 0.28 | 0 | 0.24 | 0.62 | 128.89 | 0.16 | 0.32 |
| Hex | 45 | 60 | 49 | 1C | 0 | 18 | 3E | 81 | 10 | 20 |
| Octal | 105 | 140 | 111 | 34 | 0 | 30 | 76 | 201 | 20 | 40 |
| Binary | 1000101 | 1100000 | 1001001 | 11100 | 0 | 11000 | 111110 | 10000001 | 10000 | 100000 |
Color Harmonies of #456049
Complementary color
Monochromatic Colors of #456049
Black with #456049
Text Example
Text Example
White with #456049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456049; }
p { color: rgb(69,96,73); }
H1.HeaderClassName
{
color: #456049;
}
.AnyTagClassName
{
color: #456049;
}
</style>
background-color css
<style>
a { background-color: #456049; }
a { background-color: rgb(69,96,73); }
div.DivClassName
{
background-color: #456049;
}
.BgClassName
{
background-color: #456049;
}
</style>
border-color css
<style>
span { border-color: #456049; }
span { border-color: rgb(69,96,73); }
td.TdClassName
{
border-color: #456049;
}
.TagClassName
{
border-color: #456049;
}
</style>