#515B0F

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

Shades of Verdun Green #515B0F

Tints of Verdun Green #515B0F

Color information

#515B0F (or 0x515B0F) is unknown color: approx Verdun Green. HEX triplet: 51, 5B and 0F. RGB value is (81,91,15). Sum of RGB (Red+Green+Blue) = 81+91+15=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #515B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515B0F is #AEA4F0. Grayscale: #4F4F4F. Windows color (decimal): -11445489 or 1006417. OLE color: 1006417.

HSL color Cylindrical-coordinate representation of color #515B0F: hue angle of 67.89º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #515B0F is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB819115-
CMYK0.1100.840.64
HSL67.89º71.7%20.78%-
HSV(B)67.89º83.52%35.69%-
XYZ7.229.271.86-
YUV79.3591.69129.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 91 (35.94% from 255) = 48.66%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=43.32%
G=48.66%
B=8.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8191150.1100.840.6467.8971.720.78
Hex515BFB05440444815
Octal1211331713012410010411025
Binary10100011011011111110110101010010000001000100100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515B0F; }

 p { color: rgb(81,91,15); }

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

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

 a { background-color: rgb(81,91,15); }

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

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

 span { border-color: rgb(81,91,15); }

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