#545D59

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

Shades of Viridian Green #545D59

Tints of Viridian Green #545D59

Color information

#545D59 (or 0x545D59) is unknown color: approx Viridian Green. HEX triplet: 54, 5D and 59. RGB value is (84,93,89). Sum of RGB (Red+Green+Blue) = 84+93+89=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 93 - color contains mainly: green. Hex color #545D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D59 is #ABA2A6. Grayscale: #595959. Windows color (decimal): -11248295 or 5856596. OLE color: 5856596.

HSL color Cylindrical-coordinate representation of color #545D59: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #545D59 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB849389-
CMYK0.1000.040.64
HSL153.33º5.08%34.71%-
HSV(B)153.33º9.68%36.47%-
XYZ9.3710.4310.97-
YUV89.85127.52123.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=31.58%
G=34.96%
B=33.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8493890.1000.040.64153.335.0834.71
Hex545D59A044099523
Octal1241351311204100231543
Binary10101001011101101100110100100100000010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545D59; }

 p { color: rgb(84,93,89); }

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

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

 a { background-color: rgb(84,93,89); }

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

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

 span { border-color: rgb(84,93,89); }

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