#546C62

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

Shades of Viridian Green #546C62

Tints of Viridian Green #546C62

Color information

#546C62 (or 0x546C62) is unknown color: approx Viridian Green. HEX triplet: 54, 6C and 62. RGB value is (84,108,98). Sum of RGB (Red+Green+Blue) = 84+108+98=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 108 - color contains mainly: green. Hex color #546C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C62 is #AB939D. Grayscale: #636363. Windows color (decimal): -11244446 or 6450260. OLE color: 6450260.

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

Color convert

RGB8410898-
CMYK0.2200.090.58
HSL155º12.5%37.65%-
HSV(B)155º22.22%42.35%-
XYZ11.2213.4913.57-
YUV99.68127.05116.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.97%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 98 (38.67% from 255) = 33.79%
R=28.97%
G=37.24%
B=33.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84108980.2200.090.5815512.537.65
Hex546C6216093A9bc26
Octal12415414226011722331446
Binary1010100110110011000101011001001111010100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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