#515B06

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

Shades of Verdun Green #515B06

Tints of Verdun Green #515B06

Color information

#515B06 (or 0x515B06) is unknown color: approx Verdun Green. HEX triplet: 51, 5B and 06. RGB value is (81,91,6). Sum of RGB (Red+Green+Blue) = 81+91+6=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #515B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515B06 is #AEA4F9. Grayscale: #4E4E4E. Windows color (decimal): -11445498 or 416593. OLE color: 416593.

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

Color convert

RGB81916-
CMYK0.1100.930.64
HSL67.06º87.63%19.02%-
HSV(B)67.06º93.41%35.69%-
XYZ7.179.241.58-
YUV78.3287.19129.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 91 (35.94% from 255) = 51.12%
BLUE value IS 6 (2.73% from 255) = 3.37%
R=45.51%
G=51.12%
B=3.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal819160.1100.930.6467.0687.6319.02
Hex515B6B05D40435813
Octal121133613013510010313023
Binary1010001101101111010110101110110000001000011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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