Shades of Nandor #4A6948
Tints of Nandor #4A6948
RGB
CMYK
RGB Variations
Color information
#4A6948 (or 0x4A6948) is known color: Nandor. HEX triplet: 4A, 69 and 48. RGB value is (74,105,72). Sum of RGB (Red+Green+Blue) = 74+105+72=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6948 is #B596B7. Grayscale: #5C5C5C. Windows color (decimal): -11900600 or 4745546. OLE color: 4745546.
HSL color Cylindrical-coordinate representation of color #4A6948: hue angle of 116.36º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6948 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 72 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.59 |
| HSL | 116.36º | 0.19% | 0.35% | - |
| HSV(B) | 116.36º | 0.31% | 0.41% | - |
| XYZ | 9.05 | 12.03 | 7.98 | - |
| YUV | 91.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 72 | 0.30 | 0 | 0.31 | 0.59 | 116.36 | 0.19 | 0.35 |
| Hex | 4A | 69 | 48 | 1E | 0 | 1F | 3B | 74 | 13 | 23 |
| Octal | 112 | 151 | 110 | 36 | 0 | 37 | 73 | 164 | 23 | 43 |
| Binary | 1001010 | 1101001 | 1001000 | 11110 | 0 | 11111 | 111011 | 1110100 | 10011 | 100011 |
Color Harmonies of #4A6948
Complementary color
Monochromatic Colors of #4A6948
Black with #4A6948
Text Example
Text Example
White with #4A6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6948; }
p { color: rgb(74,105,72); }
H1.HeaderClassName
{
color: #4A6948;
}
.AnyTagClassName
{
color: #4A6948;
}
</style>
background-color css
<style>
a { background-color: #4A6948; }
a { background-color: rgb(74,105,72); }
div.DivClassName
{
background-color: #4A6948;
}
.BgClassName
{
background-color: #4A6948;
}
</style>
border-color css
<style>
span { border-color: #4A6948; }
span { border-color: rgb(74,105,72); }
td.TdClassName
{
border-color: #4A6948;
}
.TagClassName
{
border-color: #4A6948;
}
</style>