Html Css Color HEX #54685E Viridian Green

📋 copy color: '#54685E'

red 84 ◦ green 104 ◦ blue 94

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

Shades of Viridian Green #54685E

Tints of Viridian Green #54685E

RGB

 RED value IS 84 (33.2% 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 value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 84 104 94 -
CMYK 0.19 0 0.10 0.59
HSL 150º 0.11% 0.37% -
HSV(B) 150º 0.19% 0.41% -
XYZ 10.63 12.59 12.46 -
YUV 96.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 84 104 94 0.19 0 0.10 0.59 150 0.11 0.37
Hex 54 68 5E 13 0 A 3B 96 B 25
Octal 124 150 136 23 0 12 73 226 13 45
Binary 1010100 1101000 1011110 10011 0 1010 111011 10010110 1011 100101

Color Harmonies of #54685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54685E

Black with #54685E

Text Example


Text Example

White with #54685E

Text Example


Text Example

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