Html Css Color HEX #546A5F Viridian Green

📋 copy color: '#546A5F'

red 84 ◦ green 106 ◦ blue 95

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

Shades of Viridian Green #546A5F

Tints of Viridian Green #546A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 29.47%
G = 37.19%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#546A5F (or 0x546A5F) is known color: Viridian Green. HEX triplet: 54, 6A and 5F. RGB value is (84,106,95). Sum of RGB (Red+Green+Blue) = 84+106+95=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 106 - color contains mainly: green. Hex color #546A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A5F is #AB95A0. Grayscale: #626262. Windows color (decimal): -11244961 or 6253140. OLE color: 6253140.

HSL color Cylindrical-coordinate representation of color #546A5F: hue angle of 150º 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 #546A5F is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 106 95 -
CMYK 0.21 0 0.10 0.58
HSL 150º 0.12% 0.37% -
HSV(B) 150º 0.21% 0.42% -
XYZ 10.88 13.02 12.77 -
YUV 98.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 84 106 95 0.21 0 0.10 0.58 150 0.12 0.37
Hex 54 6A 5F 15 0 A 3A 96 C 25
Octal 124 152 137 25 0 12 72 226 14 45
Binary 1010100 1101010 1011111 10101 0 1010 111010 10010110 1100 100101

Color Harmonies of #546A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546A5F

Black with #546A5F

Text Example


Text Example

White with #546A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,106,95); }

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

background-color css

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

 a { background-color: rgb(84,106,95); }

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

border-color css

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

 span { border-color: rgb(84,106,95); }

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