#545810

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

Shades of Verdun Green #545810

Tints of Verdun Green #545810

Color information

#545810 (or 0x545810) is unknown color: approx Verdun Green. HEX triplet: 54, 58 and 10. RGB value is (84,88,16). Sum of RGB (Red+Green+Blue) = 84+88+16=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #545810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545810 is #ABA7EF. Grayscale: #4E4E4E. Windows color (decimal): -11249648 or 1071188. OLE color: 1071188.

HSL color Cylindrical-coordinate representation of color #545810: hue angle of 63.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #545810 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB848816-
CMYK0.0500.820.65
HSL63.33º69.23%20.39%-
HSV(B)63.33º81.82%34.51%-
XYZ7.248.91.83-
YUV78.692.67131.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 88 (34.77% from 255) = 46.81%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=44.68%
G=46.81%
B=8.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488160.0500.820.6563.3369.2320.39
Hex5458105052413f4514
Octal12413020501221017710524
Binary1010100101100010000101010100101000001111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545810; }

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

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

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

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

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

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

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

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