#546804

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

Shades of Verdun Green #546804

Tints of Verdun Green #546804

Color information

#546804 (or 0x546804) is unknown color: approx Verdun Green. HEX triplet: 54, 68 and 04. RGB value is (84,104,4). Sum of RGB (Red+Green+Blue) = 84+104+4=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #546804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546804 is #AB97FB. Grayscale: #575757. Windows color (decimal): -11245564 or 288852. OLE color: 288852.

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

Color convert

RGB841044-
CMYK0.1900.960.59
HSL72º92.59%21.18%-
HSV(B)72º96.15%40.78%-
XYZ8.6311.791.94-
YUV86.6281.37126.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 4 (1.95% from 255) = 2.08%
R=43.75%
G=54.17%
B=2.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8410440.1900.960.597292.5921.18
Hex54684130603B485d15
Octal12415042301407311013525
Binary1010100110100010010011011000001110111001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546804; }

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

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

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

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

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

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

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

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