#505F13

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

Shades of Verdun Green #505F13

Tints of Verdun Green #505F13

Color information

#505F13 (or 0x505F13) is unknown color: approx Verdun Green. HEX triplet: 50, 5F and 13. RGB value is (80,95,19). Sum of RGB (Red+Green+Blue) = 80+95+19=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #505F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505F13 is #AFA0EC. Grayscale: #525252. Windows color (decimal): -11509997 or 1269584. OLE color: 1269584.

HSL color Cylindrical-coordinate representation of color #505F13: hue angle of 71.84º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #505F13 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB809519-
CMYK0.1600.800.63
HSL71.84º66.67%22.35%-
HSV(B)71.84º80%37.25%-
XYZ7.529.942.14-
YUV81.8592.53126.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 95 (37.5% from 255) = 48.97%
BLUE value IS 19 (7.81% from 255) = 9.79%
R=41.24%
G=48.97%
B=9.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095190.1600.800.6371.8466.6722.35
Hex505F13100503F484316
Octal120137232001207711010326
Binary101000010111111001110000010100001111111001000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505F13; }

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

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

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

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

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

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

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

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