Shades of Nandor #455C49
Tints of Nandor #455C49
RGB
CMYK
RGB Variations
Color information
#455C49 (or 0x455C49) is known color: Nandor. HEX triplet: 45, 5C and 49. RGB value is (69,92,73). Sum of RGB (Red+Green+Blue) = 69+92+73=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #455C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C49 is #BAA3B6. Grayscale: #535353. Windows color (decimal): -12231607 or 4807749. OLE color: 4807749.
HSL color Cylindrical-coordinate representation of color #455C49: hue angle of 130.43º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #455C49 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 73 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.64 |
| HSL | 130.43º | 0.14% | 0.32% | - |
| HSV(B) | 130.43º | 0.25% | 0.36% | - |
| XYZ | 7.48 | 9.4 | 7.72 | - |
| YUV | 82.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 73 | 0.25 | 0 | 0.21 | 0.64 | 130.43 | 0.14 | 0.32 |
| Hex | 45 | 5C | 49 | 19 | 0 | 15 | 40 | 82 | E | 20 |
| Octal | 105 | 134 | 111 | 31 | 0 | 25 | 100 | 202 | 16 | 40 |
| Binary | 1000101 | 1011100 | 1001001 | 11001 | 0 | 10101 | 1000000 | 10000010 | 1110 | 100000 |
Color Harmonies of #455C49
Complementary color
Monochromatic Colors of #455C49
Black with #455C49
Text Example
Text Example
White with #455C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C49; }
p { color: rgb(69,92,73); }
H1.HeaderClassName
{
color: #455C49;
}
.AnyTagClassName
{
color: #455C49;
}
</style>
background-color css
<style>
a { background-color: #455C49; }
a { background-color: rgb(69,92,73); }
div.DivClassName
{
background-color: #455C49;
}
.BgClassName
{
background-color: #455C49;
}
</style>
border-color css
<style>
span { border-color: #455C49; }
span { border-color: rgb(69,92,73); }
td.TdClassName
{
border-color: #455C49;
}
.TagClassName
{
border-color: #455C49;
}
</style>