#515711

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

Shades of Verdun Green #515711

Tints of Verdun Green #515711

Color information

#515711 (or 0x515711) is unknown color: approx Verdun Green. HEX triplet: 51, 57 and 11. RGB value is (81,87,17). Sum of RGB (Red+Green+Blue) = 81+87+17=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #515711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515711 is #AEA8EE. Grayscale: #4D4D4D. Windows color (decimal): -11446511 or 1136465. OLE color: 1136465.

HSL color Cylindrical-coordinate representation of color #515711: hue angle of 65.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #515711 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB818717-
CMYK0.0700.800.66
HSL65.14º67.31%20.39%-
HSV(B)65.14º80.46%34.12%-
XYZ6.98.611.83-
YUV77.2394.01130.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 87 (34.38% from 255) = 47.03%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=43.78%
G=47.03%
B=9.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187170.0700.800.6665.1467.3120.39
Hex515711705042414314
Octal121127217012010210110324
Binary10100011010111100011110101000010000101000001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515711; }

 p { color: rgb(81,87,17); }

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

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

 a { background-color: rgb(81,87,17); }

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

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

 span { border-color: rgb(81,87,17); }

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