Html Css Color HEX #546B61 Viridian Green

📋 copy color: '#546B61'

red 84 ◦ green 107 ◦ blue 97

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

Shades of Viridian Green #546B61

Tints of Viridian Green #546B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

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

R = 29.17%
G = 37.15%
B = 33.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#546B61 (or 0x546B61) is known color: Viridian Green. HEX triplet: 54, 6B and 61. RGB value is (84,107,97). Sum of RGB (Red+Green+Blue) = 84+107+97=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #546B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B61 is #AB949E. Grayscale: #636363. Windows color (decimal): -11244703 or 6384468. OLE color: 6384468.

HSL color Cylindrical-coordinate representation of color #546B61: hue angle of 153.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546B61 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 107 97 -
CMYK 0.21 0 0.09 0.58
HSL 153.91º 0.12% 0.37% -
HSV(B) 153.91º 0.21% 0.42% -
XYZ 11.07 13.26 13.29 -
YUV 98.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 84 107 97 0.21 0 0.09 0.58 153.91 0.12 0.37
Hex 54 6B 61 15 0 9 3A 9A C 25
Octal 124 153 141 25 0 11 72 232 14 45
Binary 1010100 1101011 1100001 10101 0 1001 111010 10011010 1100 100101

Color Harmonies of #546B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546B61

Black with #546B61

Text Example


Text Example

White with #546B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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