Html Css Color HEX #546213 Verdun Green

📋 copy color: '#546213'

red 84 ◦ green 98 ◦ blue 19

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

Shades of Verdun Green #546213

Tints of Verdun Green #546213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 41.79%
G = 48.76%
B = 9.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#546213 (or 0x546213) is known color: Verdun Green. HEX triplet: 54, 62 and 13. RGB value is (84,98,19). Sum of RGB (Red+Green+Blue) = 84+98+19=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #546213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546213 is #AB9DEC. Grayscale: #555555. Windows color (decimal): -11247085 or 1270356. OLE color: 1270356.

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

Color convert

RGB 84 98 19 -
CMYK 0.14 0 0.81 0.62
HSL 70.63º 0.68% 0.23% -
HSV(B) 70.63º 0.81% 0.38% -
XYZ 8.14 10.67 2.25 -
YUV 84.81 90.86 127.42 -
System Red Green Blue C M Y K H S L
Decimal 84 98 19 0.14 0 0.81 0.62 70.63 0.68 0.23
Hex 54 62 13 E 0 51 3E 47 44 17
Octal 124 142 23 16 0 121 76 107 104 27
Binary 1010100 1100010 10011 1110 0 1010001 111110 1000111 1000100 10111

Color Harmonies of #546213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546213

Black with #546213

Text Example


Text Example

White with #546213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546213; }

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

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

background-color css

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

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

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

border-color css

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

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

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