#456649

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

Shades of Nandor #456649

Tints of Nandor #456649

Color information

#456649 (or 0x456649) is unknown color: approx Nandor. HEX triplet: 45, 66 and 49. RGB value is (69,102,73). Sum of RGB (Red+Green+Blue) = 69+102+73=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #456649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456649 is #BA99B6. Grayscale: #585858. Windows color (decimal): -12229047 or 4810309. OLE color: 4810309.

HSL color Cylindrical-coordinate representation of color #456649: hue angle of 127.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456649 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB6910273-
CMYK0.3200.280.6
HSL127.27º19.3%33.53%-
HSV(B)127.27º32.35%40%-
XYZ8.4111.258.03-
YUV88.83119.07113.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=28.28%
G=41.80%
B=29.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69102730.3200.280.6127.2719.333.53
Hex4566492001C3C7f1322
Octal10514611140034741772342
Binary100010111001101001001100000011100111100111111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456649; }

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

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

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

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

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

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

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

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