Html Css Color HEX #54685D Viridian Green

📋 copy color: '#54685D'

red 84 ◦ green 104 ◦ blue 93

#54685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #54685D

Tints of Viridian Green #54685D

RGB

 RED value IS 84 (33.2% from 255) = 29.89%

 GREEN value IS 104 (41.02% from 255) = 37.01%

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 29.89%
G = 37.01%
B = 33.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#54685D (or 0x54685D) is known color: 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

RGB 84 104 93 -
CMYK 0.19 0 0.11 0.59
HSL 147º 0.11% 0.37% -
HSV(B) 147º 0.19% 0.41% -
XYZ 10.58 12.58 12.23 -
YUV 96.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 84 104 93 0.19 0 0.11 0.59 147 0.11 0.37
Hex 54 68 5D 13 0 B 3B 93 B 25
Octal 124 150 135 23 0 13 73 223 13 45
Binary 1010100 1101000 1011101 10011 0 1011 111011 10010011 1011 100101

Color Harmonies of #54685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54685D

Black with #54685D

Text Example


Text Example

White with #54685D

Text Example


Text Example

HTML Codes & Css Web 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>