#515413

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

Shades of Verdun Green #515413

Tints of Verdun Green #515413

Color information

#515413 (or 0x515413) is unknown color: approx Verdun Green. HEX triplet: 51, 54 and 13. RGB value is (81,84,19). Sum of RGB (Red+Green+Blue) = 81+84+19=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #515413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515413 is #AEABEC. Grayscale: #4B4B4B. Windows color (decimal): -11447277 or 1266769. OLE color: 1266769.

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

Color convert

RGB818419-
CMYK0.0400.770.67
HSL62.77º63.11%20.2%-
HSV(B)62.77º77.38%32.94%-
XYZ6.688.141.83-
YUV75.6996.01131.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=44.02%
G=45.65%
B=10.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184190.0400.770.6762.7763.1120.2
Hex515413404D433f3f14
Octal1211242340115103777724
Binary101000110101001001110001001101100001111111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515413; }

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

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

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

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

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

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

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

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