Shades of Nandor #456946
Tints of Nandor #456946
RGB
CMYK
RGB Variations
Color information
#456946 (or 0x456946) is known color: Nandor. HEX triplet: 45, 69 and 46. RGB value is (69,105,70). Sum of RGB (Red+Green+Blue) = 69+105+70=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #456946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456946 is #BA96B9. Grayscale: #5A5A5A. Windows color (decimal): -12228282 or 4614469. OLE color: 4614469.
HSL color Cylindrical-coordinate representation of color #456946: hue angle of 121.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456946 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 70 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.59 |
| HSL | 121.67º | 0.21% | 0.34% | - |
| HSV(B) | 121.67º | 0.34% | 0.41% | - |
| XYZ | 8.61 | 11.81 | 7.62 | - |
| YUV | 90.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 70 | 0.34 | 0 | 0.33 | 0.59 | 121.67 | 0.21 | 0.34 |
| Hex | 45 | 69 | 46 | 22 | 0 | 21 | 3B | 7A | 15 | 22 |
| Octal | 105 | 151 | 106 | 42 | 0 | 41 | 73 | 172 | 25 | 42 |
| Binary | 1000101 | 1101001 | 1000110 | 100010 | 0 | 100001 | 111011 | 1111010 | 10101 | 100010 |
Color Harmonies of #456946
Complementary color
Monochromatic Colors of #456946
Black with #456946
Text Example
Text Example
White with #456946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456946; }
p { color: rgb(69,105,70); }
H1.HeaderClassName
{
color: #456946;
}
.AnyTagClassName
{
color: #456946;
}
</style>
background-color css
<style>
a { background-color: #456946; }
a { background-color: rgb(69,105,70); }
div.DivClassName
{
background-color: #456946;
}
.BgClassName
{
background-color: #456946;
}
</style>
border-color css
<style>
span { border-color: #456946; }
span { border-color: rgb(69,105,70); }
td.TdClassName
{
border-color: #456946;
}
.TagClassName
{
border-color: #456946;
}
</style>