#545400

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

Shades of Verdun Green #545400

Tints of Verdun Green #545400

Color information

#545400 (or 0x545400) is unknown color: approx Verdun Green. HEX triplet: 54, 54 and 00. RGB value is (84,84,0). Sum of RGB (Red+Green+Blue) = 84+84+0=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545400 is #ABABFF. Grayscale: #4A4A4A. Windows color (decimal): -11250688 or 21588. OLE color: 21588.

HSL color Cylindrical-coordinate representation of color #545400: hue angle of 60º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #545400 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB84840-
CMYK0010.67
HSL60º100%16.47%-
HSV(B)60º100%32.94%-
XYZ6.838.231.23-
YUV74.4286134.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848400010.676010016.47
Hex545400064433c6410
Octal1241240001441037414420
Binary1010100101010000011001001000011111100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545400; }

 p { color: rgb(84,84,0); }

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

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

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

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

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

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

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