#545006

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

Shades of Verdun Green #545006

Tints of Verdun Green #545006

Color information

#545006 (or 0x545006) is unknown color: approx Verdun Green. HEX triplet: 54, 50 and 06. RGB value is (84,80,6). Sum of RGB (Red+Green+Blue) = 84+80+6=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #545006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545006 is #ABAFF9. Grayscale: #494949. Windows color (decimal): -11251706 or 413780. OLE color: 413780.

HSL color Cylindrical-coordinate representation of color #545006: hue angle of 56.92º 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 #545006 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB84806-
CMYK00.050.930.67
HSL56.92º86.67%17.65%-
HSV(B)56.92º92.86%32.94%-
XYZ6.567.641.3-
YUV72.7690.33136.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=49.41%
G=47.06%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8480600.050.930.6756.9286.6717.65
Hex54506055D43395712
Octal1241206051351037112722
Binary10101001010000110010110111011000011111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545006; }

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

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

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

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

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

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

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

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