#545D07

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

Shades of Verdun Green #545D07

Tints of Verdun Green #545D07

Color information

#545D07 (or 0x545D07) is unknown color: approx Verdun Green. HEX triplet: 54, 5D and 07. RGB value is (84,93,7). Sum of RGB (Red+Green+Blue) = 84+93+7=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #545D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545D07 is #ABA2F8. Grayscale: #505050. Windows color (decimal): -11248377 or 482644. OLE color: 482644.

HSL color Cylindrical-coordinate representation of color #545D07: hue angle of 66.28º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #545D07 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.

Color convert

RGB84937-
CMYK0.1000.920.64
HSL66.28º86%19.61%-
HSV(B)66.28º92.47%36.47%-
XYZ7.619.731.68-
YUV80.586.52130.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 93 (36.72% from 255) = 50.54%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=45.65%
G=50.54%
B=3.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal849370.1000.920.6466.288619.61
Hex545D7A05C40425614
Octal124135712013410010212624
Binary1010100101110111110100101110010000001000010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,7); }

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

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

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

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

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

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

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