#545407

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

Shades of Verdun Green #545407

Tints of Verdun Green #545407

Color information

#545407 (or 0x545407) is unknown color: approx Verdun Green. HEX triplet: 54, 54 and 07. RGB value is (84,84,7). Sum of RGB (Red+Green+Blue) = 84+84+7=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545407 is #ABABF8. Grayscale: #4B4B4B. Windows color (decimal): -11250681 or 480340. OLE color: 480340.

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

Color convert

RGB84847-
CMYK000.920.67
HSL60º84.62%17.84%-
HSV(B)60º91.67%32.94%-
XYZ6.868.241.43-
YUV75.2289.5134.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 7 (3.12% from 255) = 4%
R=48%
G=48%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84847000.920.676084.6217.84
Hex54547005C433c5512
Octal1241247001341037412522
Binary101010010101001110010111001000011111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545407; }

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

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

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

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

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

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

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

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