Shades of Nandor #495D4A
Tints of Nandor #495D4A
RGB
CMYK
RGB Variations
Color information
#495D4A (or 0x495D4A) is known color: Nandor. HEX triplet: 49, 5D and 4A. RGB value is (73,93,74). Sum of RGB (Red+Green+Blue) = 73+93+74=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #495D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D4A is #B6A2B5. Grayscale: #545454. Windows color (decimal): -11969206 or 4873545. OLE color: 4873545.
HSL color Cylindrical-coordinate representation of color #495D4A: hue angle of 123º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D4A is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 74 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.64 |
| HSL | 123º | 0.12% | 0.33% | - |
| HSV(B) | 123º | 0.22% | 0.36% | - |
| XYZ | 7.9 | 9.74 | 7.94 | - |
| YUV | 84.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 74 | 0.22 | 0 | 0.20 | 0.64 | 123 | 0.12 | 0.33 |
| Hex | 49 | 5D | 4A | 16 | 0 | 14 | 40 | 7B | C | 21 |
| Octal | 111 | 135 | 112 | 26 | 0 | 24 | 100 | 173 | 14 | 41 |
| Binary | 1001001 | 1011101 | 1001010 | 10110 | 0 | 10100 | 1000000 | 1111011 | 1100 | 100001 |
Color Harmonies of #495D4A
Complementary color
Monochromatic Colors of #495D4A
Black with #495D4A
Text Example
Text Example
White with #495D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D4A; }
p { color: rgb(73,93,74); }
H1.HeaderClassName
{
color: #495D4A;
}
.AnyTagClassName
{
color: #495D4A;
}
</style>
background-color css
<style>
a { background-color: #495D4A; }
a { background-color: rgb(73,93,74); }
div.DivClassName
{
background-color: #495D4A;
}
.BgClassName
{
background-color: #495D4A;
}
</style>
border-color css
<style>
span { border-color: #495D4A; }
span { border-color: rgb(73,93,74); }
td.TdClassName
{
border-color: #495D4A;
}
.TagClassName
{
border-color: #495D4A;
}
</style>