#466548

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

Shades of Nandor #466548

Tints of Nandor #466548

Color information

#466548 (or 0x466548) is unknown color: approx Nandor. HEX triplet: 46, 65 and 48. RGB value is (70,101,72). Sum of RGB (Red+Green+Blue) = 70+101+72=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #466548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466548 is #B99AB7. Grayscale: #585858. Windows color (decimal): -12163768 or 4744518. OLE color: 4744518.

HSL color Cylindrical-coordinate representation of color #466548: hue angle of 123.87º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466548 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB7010172-
CMYK0.3100.290.60
HSL123.87º18.13%33.53%-
HSV(B)123.87º30.69%39.61%-
XYZ8.3511.087.83-
YUV88.42118.73114.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=28.81%
G=41.56%
B=29.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101720.3100.290.60123.8718.1333.53
Hex4665481F01D3C7c1222
Octal10614511037035741742242
Binary10001101100101100100011111011101111100111110010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466548; }

 p { color: rgb(70,101,72); }

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

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

 a { background-color: rgb(70,101,72); }

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

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

 span { border-color: rgb(70,101,72); }

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