#54685D

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

Shades of Viridian Green #54685D

Tints of Viridian Green #54685D

Color information

#54685D (or 0x54685D) is unknown color: approx Viridian Green. HEX triplet: 54, 68 and 5D. RGB value is (84,104,93). Sum of RGB (Red+Green+Blue) = 84+104+93=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #54685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54685D is #AB97A2. Grayscale: #606060. Windows color (decimal): -11245475 or 6121556. OLE color: 6121556.

HSL color Cylindrical-coordinate representation of color #54685D: hue angle of 147º 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 #54685D is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB8410493-
CMYK0.1900.110.59
HSL147º10.64%36.86%-
HSV(B)147º19.23%40.78%-
XYZ10.5812.5812.23-
YUV96.77125.87118.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=29.89%
G=37.01%
B=33.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104930.1900.110.5914710.6436.86
Hex54685D130B3B93b25
Octal12415013523013732231345
Binary1010100110100010111011001101011111011100100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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