#546754

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

Shades of Nandor #546754

Tints of Nandor #546754

Color information

#546754 (or 0x546754) is unknown color: approx Nandor. HEX triplet: 54, 67 and 54. RGB value is (84,103,84). Sum of RGB (Red+Green+Blue) = 84+103+84=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #546754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546754 is #AB98AB. Grayscale: #5F5F5F. Windows color (decimal): -11245740 or 5531476. OLE color: 5531476.

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

Color convert

RGB8410384-
CMYK0.1800.180.60
HSL120º10.16%36.67%-
HSV(B)120º18.45%40.39%-
XYZ10.1112.2310.21-
YUV95.15121.71120.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=31.00%
G=38.01%
B=31.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84103840.1800.180.6012010.1636.67
Hex546754120123C78a25
Octal12414712422022741701245
Binary1010100110011110101001001001001011110011110001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546754; }

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

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

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

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

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

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

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

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