#54685E

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

Shades of Viridian Green #54685E

Tints of Viridian Green #54685E

Color information

#54685E (or 0x54685E) is unknown color: approx Viridian Green. HEX triplet: 54, 68 and 5E. RGB value is (84,104,94). Sum of RGB (Red+Green+Blue) = 84+104+94=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #54685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54685E is #AB97A1. Grayscale: #606060. Windows color (decimal): -11245474 or 6187092. OLE color: 6187092.

HSL color Cylindrical-coordinate representation of color #54685E: hue angle of 150º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #54685E is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8410494-
CMYK0.1900.100.59
HSL150º10.64%36.86%-
HSV(B)150º19.23%40.78%-
XYZ10.6312.5912.46-
YUV96.88126.37118.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=29.79%
G=36.88%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104940.1900.100.5915010.6436.86
Hex54685E130A3B96b25
Octal12415013623012732261345
Binary1010100110100010111101001101010111011100101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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