#515410

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

Shades of Verdun Green #515410

Tints of Verdun Green #515410

Color information

#515410 (or 0x515410) is unknown color: approx Verdun Green. HEX triplet: 51, 54 and 10. RGB value is (81,84,16). Sum of RGB (Red+Green+Blue) = 81+84+16=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #515410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515410 is #AEABEF. Grayscale: #4B4B4B. Windows color (decimal): -11447280 or 1070161. OLE color: 1070161.

HSL color Cylindrical-coordinate representation of color #515410: hue angle of 62.65º 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 #515410 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB818416-
CMYK0.0400.810.67
HSL62.65º68%19.61%-
HSV(B)62.65º80.95%32.94%-
XYZ6.668.131.71-
YUV75.3594.51132.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=44.75%
G=46.41%
B=8.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184160.0400.810.6762.656819.61
Hex5154104051433f4414
Octal12112420401211037710424
Binary1010001101010010000100010100011000011111111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515410; }

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

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

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

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

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

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

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

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