#515405

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

Shades of Verdun Green #515405

Tints of Verdun Green #515405

Color information

#515405 (or 0x515405) is unknown color: approx Verdun Green. HEX triplet: 51, 54 and 05. RGB value is (81,84,5). Sum of RGB (Red+Green+Blue) = 81+84+5=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #515405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515405 is #AEABFA. Grayscale: #4A4A4A. Windows color (decimal): -11447291 or 349265. OLE color: 349265.

HSL color Cylindrical-coordinate representation of color #515405: hue angle of 62.28º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #515405 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB81845-
CMYK0.0400.940.67
HSL62.28º88.76%17.45%-
HSV(B)62.28º94.05%32.94%-
XYZ6.598.11.36-
YUV74.189.01132.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=47.65%
G=49.41%
B=2.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal818450.0400.940.6762.2888.7617.45
Hex51545405E433e5911
Octal1211245401361037613121
Binary10100011010100101100010111101000011111110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515405; }

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

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

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

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

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

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

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

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