#546014

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

Shades of Verdun Green #546014

Tints of Verdun Green #546014

Color information

#546014 (or 0x546014) is unknown color: approx Verdun Green. HEX triplet: 54, 60 and 14. RGB value is (84,96,20). Sum of RGB (Red+Green+Blue) = 84+96+20=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #546014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546014 is #AB9FEB. Grayscale: #545454. Windows color (decimal): -11247596 or 1335380. OLE color: 1335380.

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

Color convert

RGB849620-
CMYK0.1200.790.62
HSL69.47º65.52%22.75%-
HSV(B)69.47º79.17%37.65%-
XYZ7.9710.32.23-
YUV83.7592.02128.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 20 (8.20% from 255) = 10%
R=42%
G=48%
B=10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496200.1200.790.6269.4765.5222.75
Hex546014C04F3E454217
Octal124140241401177610510227
Binary10101001100000101001100010011111111101000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546014; }

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

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

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

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

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

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

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

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