#515807

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

Shades of Verdun Green #515807

Tints of Verdun Green #515807

Color information

#515807 (or 0x515807) is unknown color: approx Verdun Green. HEX triplet: 51, 58 and 07. RGB value is (81,88,7). Sum of RGB (Red+Green+Blue) = 81+88+7=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #515807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515807 is #AEA7F8. Grayscale: #4C4C4C. Windows color (decimal): -11446265 or 481361. OLE color: 481361.

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

Color convert

RGB81887-
CMYK0.0800.920.65
HSL65.19º85.26%18.63%-
HSV(B)65.19º92.05%34.51%-
XYZ6.928.741.52-
YUV76.6788.68131.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=46.02%
G=50%
B=3.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal818870.0800.920.6565.1985.2618.63
Hex51587805C41415513
Octal121130710013410110112523
Binary1010001101100011110000101110010000011000001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515807; }

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

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

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

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

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

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

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

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