#505713

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

Shades of Verdun Green #505713

Tints of Verdun Green #505713

Color information

#505713 (or 0x505713) is unknown color: approx Verdun Green. HEX triplet: 50, 57 and 13. RGB value is (80,87,19). Sum of RGB (Red+Green+Blue) = 80+87+19=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #505713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505713 is #AFA8EC. Grayscale: #4D4D4D. Windows color (decimal): -11512045 or 1267536. OLE color: 1267536.

HSL color Cylindrical-coordinate representation of color #505713: hue angle of 66.18º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #505713 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB808719-
CMYK0.0800.780.66
HSL66.18º64.15%20.78%-
HSV(B)66.18º78.16%34.12%-
XYZ6.838.571.91-
YUV77.1595.18130.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 87 (34.38% from 255) = 46.77%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=43.01%
G=46.77%
B=10.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087190.0800.780.6666.1864.1520.78
Hex505713804E42424015
Octal1201272310011610210210025
Binary101000010101111001110000100111010000101000010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505713; }

 p { color: rgb(80,87,19); }

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

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

 a { background-color: rgb(80,87,19); }

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

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

 span { border-color: rgb(80,87,19); }

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