#455A48

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

Shades of Nandor #455A48

Tints of Nandor #455A48

Color information

#455A48 (or 0x455A48) is unknown color: approx Nandor. HEX triplet: 45, 5A and 48. RGB value is (69,90,72). Sum of RGB (Red+Green+Blue) = 69+90+72=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #455A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A48 is #BAA5B7. Grayscale: #515151. Windows color (decimal): -12232120 or 4741701. OLE color: 4741701.

HSL color Cylindrical-coordinate representation of color #455A48: hue angle of 128.57º 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 #455A48 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB699072-
CMYK0.2300.200.65
HSL128.57º13.21%31.18%-
HSV(B)128.57º23.33%35.29%-
XYZ7.289.057.49-
YUV81.67122.54118.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=29.87%
G=38.96%
B=31.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990720.2300.200.65128.5713.2131.18
Hex455A48170144181d1f
Octal105132110270241012011537
Binary10001011011010100100010111010100100000110000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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