#546354

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

Shades of Nandor #546354

Tints of Nandor #546354

Color information

#546354 (or 0x546354) is unknown color: approx Nandor. HEX triplet: 54, 63 and 54. RGB value is (84,99,84). Sum of RGB (Red+Green+Blue) = 84+99+84=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #546354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546354 is #AB9CAB. Grayscale: #5C5C5C. Windows color (decimal): -11246764 or 5530452. OLE color: 5530452.

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

Color convert

RGB849984-
CMYK0.1500.150.61
HSL120º8.2%35.88%-
HSV(B)120º15.15%38.82%-
XYZ9.7211.4510.09-
YUV92.8123.03121.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=31.46%
G=37.08%
B=31.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499840.1500.150.611208.235.88
Hex546354F0F3D78824
Octal12414312417017751701044
Binary10101001100011101010011110111111110111110001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546354; }

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

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

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

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

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

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

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

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