#545611

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

Shades of Verdun Green #545611

Tints of Verdun Green #545611

Color information

#545611 (or 0x545611) is unknown color: approx Verdun Green. HEX triplet: 54, 56 and 11. RGB value is (84,86,17). Sum of RGB (Red+Green+Blue) = 84+86+17=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #545611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545611 is #ABA9EE. Grayscale: #4D4D4D. Windows color (decimal): -11250159 or 1136212. OLE color: 1136212.

HSL color Cylindrical-coordinate representation of color #545611: hue angle of 61.74º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #545611 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB848617-
CMYK0.0200.800.66
HSL61.74º66.99%20.2%-
HSV(B)61.74º80.23%33.73%-
XYZ7.098.581.81-
YUV77.5493.84132.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 86 (33.98% from 255) = 45.99%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=44.92%
G=45.99%
B=9.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8486170.0200.800.6661.7466.9920.2
Hex5456112050423e4314
Octal12412621201201027610324
Binary101010010101101000110010100001000010111110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545611; }

 p { color: rgb(84,86,17); }

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

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

 a { background-color: rgb(84,86,17); }

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

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

 span { border-color: rgb(84,86,17); }

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