#515816

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

Shades of Verdun Green #515816

Tints of Verdun Green #515816

Color information

#515816 (or 0x515816) is unknown color: approx Verdun Green. HEX triplet: 51, 58 and 16. RGB value is (81,88,22). Sum of RGB (Red+Green+Blue) = 81+88+22=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #515816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515816 is #AEA7E9. Grayscale: #4E4E4E. Windows color (decimal): -11446250 or 1464401. OLE color: 1464401.

HSL color Cylindrical-coordinate representation of color #515816: hue angle of 66.36º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #515816 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB818822-
CMYK0.0800.750.65
HSL66.36º60%21.57%-
HSV(B)66.36º75%34.51%-
XYZ7.038.792.08-
YUV78.3896.18129.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=42.41%
G=46.07%
B=11.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188220.0800.750.6566.366021.57
Hex515816804B41423c16
Octal121130261001131011027426
Binary10100011011000101101000010010111000001100001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515816; }

 p { color: rgb(81,88,22); }

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

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

 a { background-color: rgb(81,88,22); }

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

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

 span { border-color: rgb(81,88,22); }

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