#546960

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

Shades of Viridian Green #546960

Tints of Viridian Green #546960

Color information

#546960 (or 0x546960) is unknown color: approx Viridian Green. HEX triplet: 54, 69 and 60. RGB value is (84,105,96). Sum of RGB (Red+Green+Blue) = 84+105+96=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #546960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546960 is #AB969F. Grayscale: #616161. Windows color (decimal): -11245216 or 6318420. OLE color: 6318420.

HSL color Cylindrical-coordinate representation of color #546960: hue angle of 154.29º 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 #546960 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB8410596-
CMYK0.2000.090.59
HSL154.29º11.11%37.06%-
HSV(B)154.29º20%41.18%-
XYZ10.8212.8312.97-
YUV97.7127.04118.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=29.47%
G=36.84%
B=33.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105960.2000.090.59154.2911.1137.06
Hex54696014093B9ab25
Octal12415114024011732321345
Binary1010100110100111000001010001001111011100110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546960; }

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

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

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

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

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

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

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

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