#545f16

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

Shades of Verdun Green #545F16

Tints of Verdun Green #545F16

Color information

#545F16 (or 0x545F16) is unknown color: approx Verdun Green. HEX triplet: 54, 5F and 16. RGB value is (84,95,22). Sum of RGB (Red+Green+Blue) = 84+95+22=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #545F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545F16 is #ABA0E9. Grayscale: #535353. Windows color (decimal): -11247850 or 1466196. OLE color: 1466196.

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

Color convert

RGB849522-
CMYK0.1200.770.63
HSL69.04º62.39%22.94%-
HSV(B)69.04º76.84%37.25%-
XYZ7.8910.132.3-
YUV83.3993.36128.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 95 (37.5% from 255) = 47.26%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=41.79%
G=47.26%
B=10.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8495220.1200.770.6369.0462.3922.94
Hex545F16C04D3F453e17
Octal12413726140115771057627
Binary1010100101111110110110001001101111111100010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545f16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545f16; }

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

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

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

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

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

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

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

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