#455E49

Color #455E49 Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #455E49

Tints of Nandor #455E49

Color information

#455E49 (or 0x455E49) is unknown color: approx Nandor. HEX triplet: 45, 5E and 49. RGB value is (69,94,73). Sum of RGB (Red+Green+Blue) = 69+94+73=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 94 - color contains mainly: green. Hex color #455E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455E49 is #BAA1B6. Grayscale: #545454. Windows color (decimal): -12231095 or 4808261. OLE color: 4808261.

HSL color Cylindrical-coordinate representation of color #455E49: hue angle of 129.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455E49 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB699473-
CMYK0.2700.220.63
HSL129.6º15.34%31.96%-
HSV(B)129.6º26.6%36.86%-
XYZ7.669.757.78-
YUV84.13121.72117.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 94 (37.11% from 255) = 39.83%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=29.24%
G=39.83%
B=30.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6994730.2700.220.63129.615.3431.96
Hex455E491B0163F82f20
Octal10513611133026772021740
Binary10001011011110100100111011010110111111100000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455E49; }

 p { color: rgb(69,94,73); }

 H1.HeaderClassName
 {
   color: #455E49;
 }
 .AnyTagClassName
 {
   color: #455E49;
 }
</style>
background-color css

<style>
 a { background-color: #455E49; }

 a { background-color: rgb(69,94,73); }

 div.DivClassName
 {
   background-color: #455E49;
 }
 .BgClassName
 {
   background-color: #455E49;
 }
</style>
border-color css

<style>
 span { border-color: #455E49; }

 span { border-color: rgb(69,94,73); }

 td.TdClassName
 {
   border-color: #455E49;
 }
 .TagClassName
 {
   border-color: #455E49;
 }
</style>