#546E64

Color #546E64 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #546E64

Tints of Viridian Green #546E64

Color information

#546E64 (or 0x546E64) is unknown color: approx Viridian Green. HEX triplet: 54, 6E and 64. RGB value is (84,110,100). Sum of RGB (Red+Green+Blue) = 84+110+100=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 110 - color contains mainly: green. Hex color #546E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E64 is #AB919B. Grayscale: #656565. Windows color (decimal): -11243932 or 6581844. OLE color: 6581844.

HSL color Cylindrical-coordinate representation of color #546E64: hue angle of 156.92º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546E64 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB84110100-
CMYK0.2400.090.57
HSL156.92º13.4%38.04%-
HSV(B)156.92º23.64%43.14%-
XYZ11.5313.9614.14-
YUV101.09127.39115.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=28.57%
G=37.41%
B=34.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal841101000.2400.090.57156.9213.438.04
Hex546E641809399dd26
Octal12415614430011712351546
Binary1010100110111011001001100001001111001100111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546E64; }

 p { color: rgb(84,110,100); }

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

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

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

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

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

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

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