#546A62

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

Shades of Viridian Green #546A62

Tints of Viridian Green #546A62

Color information

#546A62 (or 0x546A62) is unknown color: approx Viridian Green. HEX triplet: 54, 6A and 62. RGB value is (84,106,98). Sum of RGB (Red+Green+Blue) = 84+106+98=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #546A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A62 is #AB959D. Grayscale: #626262. Windows color (decimal): -11244958 or 6449748. OLE color: 6449748.

HSL color Cylindrical-coordinate representation of color #546A62: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546A62 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB8410698-
CMYK0.2100.080.58
HSL158.18º11.58%37.25%-
HSV(B)158.18º20.75%41.57%-
XYZ11.0113.0713.5-
YUV98.51127.71117.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.17%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=29.17%
G=36.81%
B=34.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84106980.2100.080.58158.1811.5837.25
Hex546A6215083A9ec25
Octal12415214225010722361445
Binary1010100110101011000101010101000111010100111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,106,98); }

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

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

 a { background-color: rgb(84,106,98); }

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

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

 span { border-color: rgb(84,106,98); }

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