#546510

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

Shades of Verdun Green #546510

Tints of Verdun Green #546510

Color information

#546510 (or 0x546510) is unknown color: approx Verdun Green. HEX triplet: 54, 65 and 10. RGB value is (84,101,16). Sum of RGB (Red+Green+Blue) = 84+101+16=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #546510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546510 is #AB9AEF. Grayscale: #565656. Windows color (decimal): -11246320 or 1074516. OLE color: 1074516.

HSL color Cylindrical-coordinate representation of color #546510: hue angle of 72º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #546510 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB8410116-
CMYK0.1700.840.60
HSL72º72.65%22.94%-
HSV(B)72º84.16%39.61%-
XYZ8.411.232.21-
YUV86.2388.37126.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 101 (39.84% from 255) = 50.25%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=41.79%
G=50.25%
B=7.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84101160.1700.840.607272.6522.94
Hex546510110543C484917
Octal124145202101247411011127
Binary101010011001011000010001010101001111001001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546510; }

 p { color: rgb(84,101,16); }

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

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

 a { background-color: rgb(84,101,16); }

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

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

 span { border-color: rgb(84,101,16); }

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