#546661

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

Shades of Viridian Green #546661

Tints of Viridian Green #546661

Color information

#546661 (or 0x546661) is unknown color: approx Viridian Green. HEX triplet: 54, 66 and 61. RGB value is (84,102,97). Sum of RGB (Red+Green+Blue) = 84+102+97=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #546661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546661 is #AB999E. Grayscale: #606060. Windows color (decimal): -11245983 or 6383188. OLE color: 6383188.

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

Color convert

RGB8410297-
CMYK0.1800.050.6
HSL163.33º9.68%36.47%-
HSV(B)163.33º17.65%40%-
XYZ10.5712.2513.12-
YUV96.05128.54119.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=29.68%
G=36.04%
B=34.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84102970.1800.050.6163.339.6836.47
Hex54666112053Ca3a24
Octal1241461412205742431244
Binary101010011001101100001100100101111100101000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546661; }

 p { color: rgb(84,102,97); }

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

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

 a { background-color: rgb(84,102,97); }

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

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

 span { border-color: rgb(84,102,97); }

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