#545405

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

Shades of Verdun Green #545405

Tints of Verdun Green #545405

Color information

#545405 (or 0x545405) is unknown color: approx Verdun Green. HEX triplet: 54, 54 and 05. RGB value is (84,84,5). Sum of RGB (Red+Green+Blue) = 84+84+5=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545405 is #ABABFA. Grayscale: #4B4B4B. Windows color (decimal): -11250683 or 349268. OLE color: 349268.

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

Color convert

RGB84845-
CMYK000.940.67
HSL60º88.76%17.45%-
HSV(B)60º94.05%32.94%-
XYZ6.858.241.37-
YUV74.9988.5134.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=48.55%
G=48.55%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84845000.940.676088.7617.45
Hex54545005E433c5911
Octal1241245001361037413121
Binary101010010101001010010111101000011111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545405; }

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

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

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

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

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

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

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

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