Shades of Nandor #4A654A
Tints of Nandor #4A654A
RGB
CMYK
RGB Variations
Color information
#4A654A (or 0x4A654A) is known color: Nandor. HEX triplet: 4A, 65 and 4A. RGB value is (74,101,74). Sum of RGB (Red+Green+Blue) = 74+101+74=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #4A654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A654A is #B59AB5. Grayscale: #595959. Windows color (decimal): -11901622 or 4875594. OLE color: 4875594.
HSL color Cylindrical-coordinate representation of color #4A654A: hue angle of 120º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A654A is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 101 | 74 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.60 |
| HSL | 120º | 0.15% | 0.34% | - |
| HSV(B) | 120º | 0.27% | 0.4% | - |
| XYZ | 8.71 | 11.26 | 8.19 | - |
| YUV | 89.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 74 | 0.27 | 0 | 0.27 | 0.60 | 120 | 0.15 | 0.34 |
| Hex | 4A | 65 | 4A | 1B | 0 | 1B | 3C | 78 | F | 22 |
| Octal | 112 | 145 | 112 | 33 | 0 | 33 | 74 | 170 | 17 | 42 |
| Binary | 1001010 | 1100101 | 1001010 | 11011 | 0 | 11011 | 111100 | 1111000 | 1111 | 100010 |
Color Harmonies of #4A654A
Complementary color
Monochromatic Colors of #4A654A
Black with #4A654A
Text Example
Text Example
White with #4A654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A654A; }
p { color: rgb(74,101,74); }
H1.HeaderClassName
{
color: #4A654A;
}
.AnyTagClassName
{
color: #4A654A;
}
</style>
background-color css
<style>
a { background-color: #4A654A; }
a { background-color: rgb(74,101,74); }
div.DivClassName
{
background-color: #4A654A;
}
.BgClassName
{
background-color: #4A654A;
}
</style>
border-color css
<style>
span { border-color: #4A654A; }
span { border-color: rgb(74,101,74); }
td.TdClassName
{
border-color: #4A654A;
}
.TagClassName
{
border-color: #4A654A;
}
</style>