#546653

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

Shades of Nandor #546653

Tints of Nandor #546653

Color information

#546653 (or 0x546653) is unknown color: approx Nandor. HEX triplet: 54, 66 and 53. RGB value is (84,102,83). Sum of RGB (Red+Green+Blue) = 84+102+83=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #546653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546653 is #AB99AC. Grayscale: #5E5E5E. Windows color (decimal): -11245997 or 5465684. OLE color: 5465684.

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

Color convert

RGB8410283-
CMYK0.1800.190.6
HSL116.84º10.27%36.27%-
HSV(B)116.84º18.63%40%-
XYZ9.9712.019.98-
YUV94.45121.54120.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=31.23%
G=37.92%
B=30.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84102830.1800.190.6116.8410.2736.27
Hex546653120133C75a24
Octal12414612322023741651244
Binary1010100110011010100111001001001111110011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546653; }

 p { color: rgb(84,102,83); }

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

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

 a { background-color: rgb(84,102,83); }

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

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

 span { border-color: rgb(84,102,83); }

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