Shades of Nandor #456148
Tints of Nandor #456148
RGB
CMYK
RGB Variations
Color information
#456148 (or 0x456148) is known color: Nandor. HEX triplet: 45, 61 and 48. RGB value is (69,97,72). Sum of RGB (Red+Green+Blue) = 69+97+72=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #456148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456148 is #BA9EB7. Grayscale: #555555. Windows color (decimal): -12230328 or 4743493. OLE color: 4743493.
HSL color Cylindrical-coordinate representation of color #456148: hue angle of 126.43º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #456148 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 72 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.62 |
| HSL | 126.43º | 0.17% | 0.33% | - |
| HSV(B) | 126.43º | 0.29% | 0.38% | - |
| XYZ | 7.9 | 10.28 | 7.7 | - |
| YUV | 85.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 72 | 0.29 | 0 | 0.26 | 0.62 | 126.43 | 0.17 | 0.33 |
| Hex | 45 | 61 | 48 | 1D | 0 | 1A | 3E | 7E | 11 | 21 |
| Octal | 105 | 141 | 110 | 35 | 0 | 32 | 76 | 176 | 21 | 41 |
| Binary | 1000101 | 1100001 | 1001000 | 11101 | 0 | 11010 | 111110 | 1111110 | 10001 | 100001 |
Color Harmonies of #456148
Complementary color
Monochromatic Colors of #456148
Black with #456148
Text Example
Text Example
White with #456148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456148; }
p { color: rgb(69,97,72); }
H1.HeaderClassName
{
color: #456148;
}
.AnyTagClassName
{
color: #456148;
}
</style>
background-color css
<style>
a { background-color: #456148; }
a { background-color: rgb(69,97,72); }
div.DivClassName
{
background-color: #456148;
}
.BgClassName
{
background-color: #456148;
}
</style>
border-color css
<style>
span { border-color: #456148; }
span { border-color: rgb(69,97,72); }
td.TdClassName
{
border-color: #456148;
}
.TagClassName
{
border-color: #456148;
}
</style>