#546252

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

Shades of Nandor #546252

Tints of Nandor #546252

Color information

#546252 (or 0x546252) is unknown color: approx Nandor. HEX triplet: 54, 62 and 52. RGB value is (84,98,82). Sum of RGB (Red+Green+Blue) = 84+98+82=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #546252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546252 is #AB9DAD. Grayscale: #5C5C5C. Windows color (decimal): -11247022 or 5399124. OLE color: 5399124.

HSL color Cylindrical-coordinate representation of color #546252: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #546252 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB849882-
CMYK0.1400.160.62
HSL112.5º8.89%35.29%-
HSV(B)112.5º16.33%38.43%-
XYZ9.5511.239.65-
YUV91.99122.36122.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=31.82%
G=37.12%
B=31.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498820.1400.160.62112.58.8935.29
Hex546252E0103E70923
Octal12414212216020761601143
Binary101010011000101010010111001000011111011100001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546252; }

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

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

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

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

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

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

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

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