#545705

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

Shades of Verdun Green #545705

Tints of Verdun Green #545705

Color information

#545705 (or 0x545705) is unknown color: approx Verdun Green. HEX triplet: 54, 57 and 05. RGB value is (84,87,5). Sum of RGB (Red+Green+Blue) = 84+87+5=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #545705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545705 is #ABA8FA. Grayscale: #4D4D4D. Windows color (decimal): -11249915 or 350036. OLE color: 350036.

HSL color Cylindrical-coordinate representation of color #545705: hue angle of 62.2º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #545705 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB84875-
CMYK0.0300.940.66
HSL62.2º89.13%18.04%-
HSV(B)62.2º94.25%34.12%-
XYZ7.098.711.45-
YUV76.7687.51133.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 87 (34.38% from 255) = 49.43%
BLUE value IS 5 (2.34% from 255) = 2.84%
R=47.73%
G=49.43%
B=2.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal848750.0300.940.6662.289.1318.04
Hex54575305E423e5912
Octal1241275301361027613122
Binary1010100101011110111010111101000010111110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545705; }

 p { color: rgb(84,87,5); }

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

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

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

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

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

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

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