#546301

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

Shades of Verdun Green #546301

Tints of Verdun Green #546301

Color information

#546301 (or 0x546301) is unknown color: approx Verdun Green. HEX triplet: 54, 63 and 01. RGB value is (84,99,1). Sum of RGB (Red+Green+Blue) = 84+99+1=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #546301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546301 is #AB9CFE. Grayscale: #535353. Windows color (decimal): -11246847 or 90964. OLE color: 90964.

HSL color Cylindrical-coordinate representation of color #546301: hue angle of 69.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #546301 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB84991-
CMYK0.1500.990.61
HSL69.18º98%19.61%-
HSV(B)69.18º98.99%38.82%-
XYZ8.1210.811.69-
YUV83.3481.53128.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 99 (39.06% from 255) = 53.80%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=45.65%
G=53.80%
B=0.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal849910.1500.990.6169.189819.61
Hex54631F0633D456214
Octal12414311701437510514224
Binary1010100110001111111011000111111011000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546301; }

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

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

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

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

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

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

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

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