#545408

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

Shades of Verdun Green #545408

Tints of Verdun Green #545408

Color information

#545408 (or 0x545408) is unknown color: approx Verdun Green. HEX triplet: 54, 54 and 08. RGB value is (84,84,8). Sum of RGB (Red+Green+Blue) = 84+84+8=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545408 is #ABABF7. Grayscale: #4B4B4B. Windows color (decimal): -11250680 or 545876. OLE color: 545876.

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

Color convert

RGB84848-
CMYK000.900.67
HSL60º82.61%18.04%-
HSV(B)60º90.48%32.94%-
XYZ6.878.241.46-
YUV75.3490134.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=47.73%
G=47.73%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84848000.900.676082.6118.04
Hex54548005A433c5312
Octal12412410001321037412322
Binary1010100101010010000010110101000011111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545408; }

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

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

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

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

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

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

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

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