#546F64

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

Shades of Viridian Green #546F64

Tints of Viridian Green #546F64

Color information

#546F64 (or 0x546F64) is unknown color: approx Viridian Green. HEX triplet: 54, 6F and 64. RGB value is (84,111,100). Sum of RGB (Red+Green+Blue) = 84+111+100=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #546F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F64 is #AB909B. Grayscale: #656565. Windows color (decimal): -11243676 or 6582100. OLE color: 6582100.

HSL color Cylindrical-coordinate representation of color #546F64: hue angle of 155.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546F64 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB84111100-
CMYK0.2400.100.56
HSL155.56º13.85%38.24%-
HSV(B)155.56º24.32%43.53%-
XYZ11.6414.1714.18-
YUV101.67127.05115.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=28.47%
G=37.63%
B=33.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal841111000.2400.100.56155.5613.8538.24
Hex546F64180A389ce26
Octal12415714430012702341646
Binary1010100110111111001001100001010111000100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,111,100); }

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

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

 a { background-color: rgb(84,111,100); }

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

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

 span { border-color: rgb(84,111,100); }

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