#515705

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

Shades of Verdun Green #515705

Tints of Verdun Green #515705

Color information

#515705 (or 0x515705) is unknown color: approx Verdun Green. HEX triplet: 51, 57 and 05. RGB value is (81,87,5). Sum of RGB (Red+Green+Blue) = 81+87+5=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #515705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515705 is #AEA8FA. Grayscale: #4C4C4C. Windows color (decimal): -11446523 or 350033. OLE color: 350033.

HSL color Cylindrical-coordinate representation of color #515705: hue angle of 64.39º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #515705 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB81875-
CMYK0.0700.940.66
HSL64.39º89.13%18.04%-
HSV(B)64.39º94.25%34.12%-
XYZ6.838.581.44-
YUV75.8688.01131.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=46.82%
G=50.29%
B=2.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal818750.0700.940.6664.3989.1318.04
Hex51575705E42405912
Octal12112757013610210013122
Binary101000110101111011110101111010000101000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515705; }

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

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

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

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

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

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

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

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