#546560

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

Shades of Viridian Green #546560

Tints of Viridian Green #546560

Color information

#546560 (or 0x546560) is unknown color: approx Viridian Green. HEX triplet: 54, 65 and 60. RGB value is (84,101,96). Sum of RGB (Red+Green+Blue) = 84+101+96=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #546560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546560 is #AB9A9F. Grayscale: #5F5F5F. Windows color (decimal): -11246240 or 6317396. OLE color: 6317396.

HSL color Cylindrical-coordinate representation of color #546560: hue angle of 162.35º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #546560 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB8410196-
CMYK0.1700.050.60
HSL162.35º9.19%36.27%-
HSV(B)162.35º16.83%39.61%-
XYZ10.4212.0412.84-
YUV95.35128.37119.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=29.89%
G=35.94%
B=34.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84101960.1700.050.60162.359.1936.27
Hex54656011053Ca2924
Octal1241451402105742421144
Binary101010011001011100000100010101111100101000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546560; }

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

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

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

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

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

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

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

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