Html Css Color HEX #546113 Verdun Green

📋 copy color: '#546113'

red 84 ◦ green 97 ◦ blue 19

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

Shades of Verdun Green #546113

Tints of Verdun Green #546113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.5%

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

R = 42%
G = 48.5%
B = 9.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#546113 (or 0x546113) is known color: Verdun Green. HEX triplet: 54, 61 and 13. RGB value is (84,97,19). Sum of RGB (Red+Green+Blue) = 84+97+19=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #546113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546113 is #AB9EEC. Grayscale: #545454. Windows color (decimal): -11247341 or 1270100. OLE color: 1270100.

HSL color Cylindrical-coordinate representation of color #546113: hue angle of 70º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #546113 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 97 19 -
CMYK 0.13 0 0.80 0.62
HSL 70º 0.67% 0.23% -
HSV(B) 70º 0.8% 0.38% -
XYZ 8.05 10.48 2.21 -
YUV 84.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 84 97 19 0.13 0 0.80 0.62 70 0.67 0.23
Hex 54 61 13 D 0 50 3E 46 43 17
Octal 124 141 23 15 0 120 76 106 103 27
Binary 1010100 1100001 10011 1101 0 1010000 111110 1000110 1000011 10111

Color Harmonies of #546113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546113

Black with #546113

Text Example


Text Example

White with #546113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546113; }

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

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

background-color css

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

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

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

border-color css

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

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

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