Html Css Color HEX #546201 Verdun Green

📋 copy color: '#546201'

red 84 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #546201

Tints of Verdun Green #546201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 45.9%
G = 53.55%
B = 0.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#546201 (or 0x546201) is known color: Verdun Green. HEX triplet: 54, 62 and 01. RGB value is (84,98,1). Sum of RGB (Red+Green+Blue) = 84+98+1=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #546201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546201 is #AB9DFE. Grayscale: #535353. Windows color (decimal): -11247103 or 90708. OLE color: 90708.

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

Color convert

RGB 84 98 1 -
CMYK 0.14 0 0.99 0.62
HSL 68.66º 0.98% 0.19% -
HSV(B) 68.66º 0.99% 0.38% -
XYZ 8.03 10.62 1.66 -
YUV 82.76 81.86 128.89 -
System Red Green Blue C M Y K H S L
Decimal 84 98 1 0.14 0 0.99 0.62 68.66 0.98 0.19
Hex 54 62 1 E 0 63 3E 45 62 13
Octal 124 142 1 16 0 143 76 105 142 23
Binary 1010100 1100010 1 1110 0 1100011 111110 1000101 1100010 10011

Color Harmonies of #546201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546201

Black with #546201

Text Example


Text Example

White with #546201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546201; }

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

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

background-color css

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

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

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

border-color css

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

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

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