#545406

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

Shades of Verdun Green #545406

Tints of Verdun Green #545406

Color information

#545406 (or 0x545406) is unknown color: approx Verdun Green. HEX triplet: 54, 54 and 06. RGB value is (84,84,6). Sum of RGB (Red+Green+Blue) = 84+84+6=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545406 is #ABABF9. Grayscale: #4B4B4B. Windows color (decimal): -11250682 or 414804. OLE color: 414804.

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

Color convert

RGB84846-
CMYK000.930.67
HSL60º86.67%17.65%-
HSV(B)60º92.86%32.94%-
XYZ6.868.241.4-
YUV75.1189134.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=48.28%
G=48.28%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84846000.930.676086.6717.65
Hex54546005D433c5712
Octal1241246001351037412722
Binary101010010101001100010111011000011111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545406; }

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

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

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

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

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

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

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

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