#546961

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

Shades of Viridian Green #546961

Tints of Viridian Green #546961

Color information

#546961 (or 0x546961) is unknown color: approx Viridian Green. HEX triplet: 54, 69 and 61. RGB value is (84,105,97). Sum of RGB (Red+Green+Blue) = 84+105+97=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #546961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546961 is #AB969E. Grayscale: #616161. Windows color (decimal): -11245215 or 6383956. OLE color: 6383956.

HSL color Cylindrical-coordinate representation of color #546961: hue angle of 157.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #546961 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB8410597-
CMYK0.2000.080.59
HSL157.14º11.11%37.06%-
HSV(B)157.14º20%41.18%-
XYZ10.8712.8513.22-
YUV97.81127.54118.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=29.37%
G=36.71%
B=33.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105970.2000.080.59157.1411.1137.06
Hex54696114083B9db25
Octal12415114124010732351345
Binary1010100110100111000011010001000111011100111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546961; }

 p { color: rgb(84,105,97); }

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

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

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

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

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

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

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