Html Css Color HEX #546210 Verdun Green

📋 copy color: '#546210'

red 84 ◦ green 98 ◦ blue 16

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

Shades of Verdun Green #546210

Tints of Verdun Green #546210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.49%

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 42.42%
G = 49.49%
B = 8.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#546210 (or 0x546210) is known color: Verdun Green. HEX triplet: 54, 62 and 10. RGB value is (84,98,16). Sum of RGB (Red+Green+Blue) = 84+98+16=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #546210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546210 is #AB9DEF. Grayscale: #545454. Windows color (decimal): -11247088 or 1073748. OLE color: 1073748.

HSL color Cylindrical-coordinate representation of color #546210: hue angle of 70.24º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #546210 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 98 16 -
CMYK 0.14 0 0.84 0.62
HSL 70.24º 0.72% 0.22% -
HSV(B) 70.24º 0.84% 0.38% -
XYZ 8.12 10.66 2.12 -
YUV 84.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 84 98 16 0.14 0 0.84 0.62 70.24 0.72 0.22
Hex 54 62 10 E 0 54 3E 46 48 16
Octal 124 142 20 16 0 124 76 106 110 26
Binary 1010100 1100010 10000 1110 0 1010100 111110 1000110 1001000 10110

Color Harmonies of #546210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546210

Black with #546210

Text Example


Text Example

White with #546210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546210; }

 p { color: rgb(84,98,16); }

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

background-color css

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

 a { background-color: rgb(84,98,16); }

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

border-color css

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

 span { border-color: rgb(84,98,16); }

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