#515810

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

Shades of Verdun Green #515810

Tints of Verdun Green #515810

Color information

#515810 (or 0x515810) is unknown color: approx Verdun Green. HEX triplet: 51, 58 and 10. RGB value is (81,88,16). Sum of RGB (Red+Green+Blue) = 81+88+16=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #515810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515810 is #AEA7EF. Grayscale: #4D4D4D. Windows color (decimal): -11446256 or 1071185. OLE color: 1071185.

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

Color convert

RGB818816-
CMYK0.0800.820.65
HSL65.83º69.23%20.39%-
HSV(B)65.83º81.82%34.51%-
XYZ6.988.771.81-
YUV77.793.18130.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=43.78%
G=47.57%
B=8.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188160.0800.820.6565.8369.2320.39
Hex515810805241424514
Octal1211302010012210110210524
Binary101000110110001000010000101001010000011000010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515810; }

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

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

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

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

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

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

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

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