#546214

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

Shades of Verdun Green #546214

Tints of Verdun Green #546214

Color information

#546214 (or 0x546214) is unknown color: approx Verdun Green. HEX triplet: 54, 62 and 14. RGB value is (84,98,20). Sum of RGB (Red+Green+Blue) = 84+98+20=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #546214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546214 is #AB9DEB. Grayscale: #555555. Windows color (decimal): -11247084 or 1335892. OLE color: 1335892.

HSL color Cylindrical-coordinate representation of color #546214: hue angle of 70.77º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #546214 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB849820-
CMYK0.1400.800.62
HSL70.77º66.1%23.14%-
HSV(B)70.77º79.59%38.43%-
XYZ8.1510.672.29-
YUV84.9291.36127.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 20 (8.20% from 255) = 9.90%
R=41.58%
G=48.51%
B=9.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498200.1400.800.6270.7766.123.14
Hex546214E0503E474217
Octal124142241601207610710227
Binary10101001100010101001110010100001111101000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546214; }

 p { color: rgb(84,98,20); }

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

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

 a { background-color: rgb(84,98,20); }

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

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

 span { border-color: rgb(84,98,20); }

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