Html Css Color HEX #546801 Verdun Green

📋 copy color: '#546801'

red 84 ◦ green 104 ◦ blue 1

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

Shades of Verdun Green #546801

Tints of Verdun Green #546801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.03%

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

R = 44.44%
G = 55.03%
B = 0.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#546801 (or 0x546801) is known color: Verdun Green. HEX triplet: 54, 68 and 01. RGB value is (84,104,1). Sum of RGB (Red+Green+Blue) = 84+104+1=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #546801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546801 is #AB97FE. Grayscale: #565656. Windows color (decimal): -11245567 or 92244. OLE color: 92244.

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

Color convert

RGB 84 104 1 -
CMYK 0.19 0 0.99 0.59
HSL 71.65º 0.98% 0.21% -
HSV(B) 71.65º 0.99% 0.41% -
XYZ 8.61 11.79 1.85 -
YUV 86.28 79.87 126.38 -
System Red Green Blue C M Y K H S L
Decimal 84 104 1 0.19 0 0.99 0.59 71.65 0.98 0.21
Hex 54 68 1 13 0 63 3B 48 62 15
Octal 124 150 1 23 0 143 73 110 142 25
Binary 1010100 1101000 1 10011 0 1100011 111011 1001000 1100010 10101

Color Harmonies of #546801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546801

Black with #546801

Text Example


Text Example

White with #546801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546801; }

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

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

background-color css

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

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

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

border-color css

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

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

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