#546652

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

Shades of Nandor #546652

Tints of Nandor #546652

Color information

#546652 (or 0x546652) is unknown color: approx Nandor. HEX triplet: 54, 66 and 52. RGB value is (84,102,82). Sum of RGB (Red+Green+Blue) = 84+102+82=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #546652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546652 is #AB99AD. Grayscale: #5E5E5E. Windows color (decimal): -11245998 or 5400148. OLE color: 5400148.

HSL color Cylindrical-coordinate representation of color #546652: hue angle of 114º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #546652 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB8410282-
CMYK0.1800.200.6
HSL114º10.87%36.08%-
HSV(B)114º19.61%40%-
XYZ9.93129.77-
YUV94.34121.04120.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=31.34%
G=38.06%
B=30.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84102820.1800.200.611410.8736.08
Hex546652120143C72b24
Octal12414612222024741621344
Binary1010100110011010100101001001010011110011100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546652; }

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

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

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

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

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

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

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

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