#455A49

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

Shades of Nandor #455A49

Tints of Nandor #455A49

Color information

#455A49 (or 0x455A49) is unknown color: approx Nandor. HEX triplet: 45, 5A and 49. RGB value is (69,90,73). Sum of RGB (Red+Green+Blue) = 69+90+73=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #455A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A49 is #BAA5B6. Grayscale: #515151. Windows color (decimal): -12232119 or 4807237. OLE color: 4807237.

HSL color Cylindrical-coordinate representation of color #455A49: hue angle of 131.43º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455A49 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB699073-
CMYK0.2300.190.65
HSL131.43º13.21%31.18%-
HSV(B)131.43º23.33%35.29%-
XYZ7.319.067.67-
YUV81.78123.04118.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=29.74%
G=38.79%
B=31.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990730.2300.190.65131.4313.2131.18
Hex455A49170134183d1f
Octal105132111270231012031537
Binary10001011011010100100110111010011100000110000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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