#546353

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

Shades of Nandor #546353

Tints of Nandor #546353

Color information

#546353 (or 0x546353) is unknown color: approx Nandor. HEX triplet: 54, 63 and 53. RGB value is (84,99,83). Sum of RGB (Red+Green+Blue) = 84+99+83=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #546353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546353 is #AB9CAC. Grayscale: #5C5C5C. Windows color (decimal): -11246765 or 5464916. OLE color: 5464916.

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

Color convert

RGB849983-
CMYK0.1500.160.61
HSL116.25º8.79%35.69%-
HSV(B)116.25º16.16%38.82%-
XYZ9.6811.439.88-
YUV92.69122.53121.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=31.58%
G=37.22%
B=31.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499830.1500.160.61116.258.7935.69
Hex546353F0103D74924
Octal12414312317020751641144
Binary101010011000111010011111101000011110111101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546353; }

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

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

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

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

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

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

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

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