#545E59

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

Shades of Viridian Green #545E59

Tints of Viridian Green #545E59

Color information

#545E59 (or 0x545E59) is unknown color: approx Viridian Green. HEX triplet: 54, 5E and 59. RGB value is (84,94,89). Sum of RGB (Red+Green+Blue) = 84+94+89=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 94 - color contains mainly: green. Hex color #545E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E59 is #ABA1A6. Grayscale: #5A5A5A. Windows color (decimal): -11248039 or 5856852. OLE color: 5856852.

HSL color Cylindrical-coordinate representation of color #545E59: hue angle of 150º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #545E59 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB849489-
CMYK0.1100.050.63
HSL150º5.62%34.9%-
HSV(B)150º10.64%36.86%-
XYZ9.4610.6111-
YUV90.44127.19123.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=31.46%
G=35.21%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8494890.1100.050.631505.6234.9
Hex545E59B053F96623
Octal124136131130577226643
Binary1010100101111010110011011010111111110010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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