#545F5C

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

Shades of Viridian Green #545F5C

Tints of Viridian Green #545F5C

Color information

#545F5C (or 0x545F5C) is unknown color: approx Viridian Green. HEX triplet: 54, 5F and 5C. RGB value is (84,95,92). Sum of RGB (Red+Green+Blue) = 84+95+92=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 95 - color contains mainly: green. Hex color #545F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F5C is #ABA0A3. Grayscale: #5B5B5B. Windows color (decimal): -11247780 or 6053716. OLE color: 6053716.

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

Color convert

RGB849592-
CMYK0.1200.030.63
HSL163.64º6.15%35.1%-
HSV(B)163.64º11.58%37.25%-
XYZ9.6810.8411.71-
YUV91.37128.36122.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=31.00%
G=35.06%
B=33.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8495920.1200.030.63163.646.1535.1
Hex545F5CC033Fa4623
Octal124137134140377244643
Binary101010010111111011100110001111111110100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,95,92); }

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

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

 a { background-color: rgb(84,95,92); }

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

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

 span { border-color: rgb(84,95,92); }

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