Html Css Color HEX #546460 Viridian Green

📋 copy color: '#546460'

red 84 ◦ green 100 ◦ blue 96

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

Shades of Viridian Green #546460

Tints of Viridian Green #546460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 30%
G = 35.71%
B = 34.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#546460 (or 0x546460) is known color: Viridian Green. HEX triplet: 54, 64 and 60. RGB value is (84,100,96). Sum of RGB (Red+Green+Blue) = 84+100+96=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 100 - color contains mainly: green. Hex color #546460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546460 is #AB9B9F. Grayscale: #5E5E5E. Windows color (decimal): -11246496 or 6317140. OLE color: 6317140.

HSL color Cylindrical-coordinate representation of color #546460: hue angle of 165º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #546460 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 100 96 -
CMYK 0.16 0 0.04 0.61
HSL 165º 0.09% 0.36% -
HSV(B) 165º 0.16% 0.39% -
XYZ 10.32 11.84 12.81 -
YUV 94.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 84 100 96 0.16 0 0.04 0.61 165 0.09 0.36
Hex 54 64 60 10 0 4 3D A5 9 24
Octal 124 144 140 20 0 4 75 245 11 44
Binary 1010100 1100100 1100000 10000 0 100 111101 10100101 1001 100100

Color Harmonies of #546460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546460

Black with #546460

Text Example


Text Example

White with #546460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546460; }

 p { color: rgb(84,100,96); }

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

background-color css

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

 a { background-color: rgb(84,100,96); }

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

border-color css

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

 span { border-color: rgb(84,100,96); }

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