#546116

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

Shades of Verdun Green #546116

Tints of Verdun Green #546116

Color information

#546116 (or 0x546116) is unknown color: approx Verdun Green. HEX triplet: 54, 61 and 16. RGB value is (84,97,22). Sum of RGB (Red+Green+Blue) = 84+97+22=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #546116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546116 is #AB9EE9. Grayscale: #545454. Windows color (decimal): -11247338 or 1466708. OLE color: 1466708.

HSL color Cylindrical-coordinate representation of color #546116: hue angle of 70.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #546116 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB849722-
CMYK0.1300.770.62
HSL70.4º63.03%23.33%-
HSV(B)70.4º77.32%38.04%-
XYZ8.0810.492.36-
YUV84.5692.69127.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 22 (8.98% from 255) = 10.84%
R=41.38%
G=47.78%
B=10.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497220.1300.770.6270.463.0323.33
Hex546116D04D3E463f17
Octal12414126150115761067727
Binary1010100110000110110110101001101111110100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546116; }

 p { color: rgb(84,97,22); }

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

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

 a { background-color: rgb(84,97,22); }

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

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

 span { border-color: rgb(84,97,22); }

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