#54645E

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

Shades of Viridian Green #54645E

Tints of Viridian Green #54645E

Color information

#54645E (or 0x54645E) is unknown color: approx Viridian Green. HEX triplet: 54, 64 and 5E. RGB value is (84,100,94). Sum of RGB (Red+Green+Blue) = 84+100+94=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 100 - color contains mainly: green. Hex color #54645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54645E is #AB9BA1. Grayscale: #5E5E5E. Windows color (decimal): -11246498 or 6186068. OLE color: 6186068.

HSL color Cylindrical-coordinate representation of color #54645E: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #54645E is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB8410094-
CMYK0.1600.060.61
HSL157.5º8.7%36.08%-
HSV(B)157.5º16%39.22%-
XYZ10.2311.8112.33-
YUV94.53127.7120.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=30.22%
G=35.97%
B=33.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84100940.1600.060.61157.58.736.08
Hex54645E10063D9e924
Octal1241441362006752361144
Binary101010011001001011110100000110111101100111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54645E; }

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

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

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

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

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

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

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

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