#545510

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

Shades of Verdun Green #545510

Tints of Verdun Green #545510

Color information

#545510 (or 0x545510) is unknown color: approx Verdun Green. HEX triplet: 54, 55 and 10. RGB value is (84,85,16). Sum of RGB (Red+Green+Blue) = 84+85+16=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #545510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545510 is #ABAAEF. Grayscale: #4D4D4D. Windows color (decimal): -11250416 or 1070420. OLE color: 1070420.

HSL color Cylindrical-coordinate representation of color #545510: hue angle of 60.87º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #545510 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB848516-
CMYK0.0100.810.67
HSL60.87º68.32%19.8%-
HSV(B)60.87º81.18%33.33%-
XYZ78.421.75-
YUV76.8393.67133.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=45.41%
G=45.95%
B=8.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485160.0100.810.6760.8768.3219.8
Hex5455101051433d4414
Octal12412520101211037510424
Binary10101001010101100001010100011000011111101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545510; }

 p { color: rgb(84,85,16); }

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

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

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

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

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

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

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