#546512

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

Shades of Verdun Green #546512

Tints of Verdun Green #546512

Color information

#546512 (or 0x546512) is unknown color: approx Verdun Green. HEX triplet: 54, 65 and 12. RGB value is (84,101,18). Sum of RGB (Red+Green+Blue) = 84+101+18=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #546512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546512 is #AB9AED. Grayscale: #565656. Windows color (decimal): -11246318 or 1205588. OLE color: 1205588.

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

Color convert

RGB8410118-
CMYK0.1700.820.60
HSL72.29º69.75%23.33%-
HSV(B)72.29º82.18%39.61%-
XYZ8.4211.242.3-
YUV86.4689.37126.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 101 (39.84% from 255) = 49.75%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=41.38%
G=49.75%
B=8.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84101180.1700.820.6072.2969.7523.33
Hex546512110523C484617
Octal124145222101227411010627
Binary101010011001011001010001010100101111001001000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546512; }

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

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

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

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

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

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

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

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