Html Css Color HEX #546861 Viridian Green

📋 copy color: '#546861'

red 84 ◦ green 104 ◦ blue 97

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

Shades of Viridian Green #546861

Tints of Viridian Green #546861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.04%

R = 29.47%
G = 36.49%
B = 34.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#546861 (or 0x546861) is known color: Viridian Green. HEX triplet: 54, 68 and 61. RGB value is (84,104,97). Sum of RGB (Red+Green+Blue) = 84+104+97=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #546861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546861 is #AB979E. Grayscale: #616161. Windows color (decimal): -11245471 or 6383700. OLE color: 6383700.

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

Color convert

RGB 84 104 97 -
CMYK 0.19 0 0.07 0.59
HSL 159º 0.11% 0.37% -
HSV(B) 159º 0.19% 0.41% -
XYZ 10.76 12.65 13.18 -
YUV 97.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 84 104 97 0.19 0 0.07 0.59 159 0.11 0.37
Hex 54 68 61 13 0 7 3B 9F B 25
Octal 124 150 141 23 0 7 73 237 13 45
Binary 1010100 1101000 1100001 10011 0 111 111011 10011111 1011 100101

Color Harmonies of #546861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546861

Black with #546861

Text Example


Text Example

White with #546861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546861; }

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

 H1.HeaderClassName
 {
   color: #546861;
 }
 .AnyTagClassName
 {
   color: #546861;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #546861;
 }
 .BgClassName
 {
   background-color: #546861;
 }
</style>

border-color css

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

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

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