#546A01

Color #546A01 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #546A01

Tints of Verdun Green #546A01

Color information

#546A01 (or 0x546A01) is unknown color: approx Verdun Green. HEX triplet: 54, 6A and 01. RGB value is (84,106,1). Sum of RGB (Red+Green+Blue) = 84+106+1=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #546A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546A01 is #AB95FE. Grayscale: #575757. Windows color (decimal): -11245055 or 92756. OLE color: 92756.

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

Color convert

RGB841061-
CMYK0.2100.990.58
HSL72.57º98.13%20.98%-
HSV(B)72.57º99.06%41.57%-
XYZ8.8212.21.92-
YUV87.4579.21125.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 106 (41.80% from 255) = 55.50%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=43.98%
G=55.50%
B=0.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8410610.2100.990.5872.5798.1320.98
Hex546A1150633A496215
Octal12415212501437211114225
Binary10101001101010110101011000111110101001001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546A01; }

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

 H1.HeaderClassName
 {
   color: #546A01;
 }
 .AnyTagClassName
 {
   color: #546A01;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #546A01;
 }
 .BgClassName
 {
   background-color: #546A01;
 }
</style>
border-color css

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

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

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