#546352

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

Shades of Nandor #546352

Tints of Nandor #546352

Color information

#546352 (or 0x546352) is unknown color: approx Nandor. HEX triplet: 54, 63 and 52. RGB value is (84,99,82). Sum of RGB (Red+Green+Blue) = 84+99+82=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #546352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546352 is #AB9CAD. Grayscale: #5C5C5C. Windows color (decimal): -11246766 or 5399380. OLE color: 5399380.

HSL color Cylindrical-coordinate representation of color #546352: hue angle of 112.94º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #546352 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB849982-
CMYK0.1500.170.61
HSL112.94º9.39%35.49%-
HSV(B)112.94º17.17%38.82%-
XYZ9.6411.429.68-
YUV92.58122.03121.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=31.70%
G=37.36%
B=30.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499820.1500.170.61112.949.3935.49
Hex546352F0113D71923
Octal12414312217021751611143
Binary101010011000111010010111101000111110111100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546352; }

 p { color: rgb(84,99,82); }

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

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

 a { background-color: rgb(84,99,82); }

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

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

 span { border-color: rgb(84,99,82); }

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