#546962

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

Shades of Viridian Green #546962

Tints of Viridian Green #546962

Color information

#546962 (or 0x546962) is unknown color: approx Viridian Green. HEX triplet: 54, 69 and 62. RGB value is (84,105,98). Sum of RGB (Red+Green+Blue) = 84+105+98=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #546962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546962 is #AB969D. Grayscale: #616161. Windows color (decimal): -11245214 or 6449492. OLE color: 6449492.

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

Color convert

RGB8410598-
CMYK0.2000.070.59
HSL160º11.11%37.06%-
HSV(B)160º20%41.18%-
XYZ10.9112.8713.46-
YUV97.92128.04118.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=29.27%
G=36.59%
B=34.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105980.2000.070.5916011.1137.06
Hex54696214073Ba0b25
Octal1241511422407732401345
Binary101010011010011100010101000111111011101000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546962; }

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

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

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

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

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

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

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

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