#505513

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

Shades of Verdun Green #505513

Tints of Verdun Green #505513

Color information

#505513 (or 0x505513) is unknown color: approx Verdun Green. HEX triplet: 50, 55 and 13. RGB value is (80,85,19). Sum of RGB (Red+Green+Blue) = 80+85+19=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #505513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505513 is #AFAAEC. Grayscale: #4C4C4C. Windows color (decimal): -11512557 or 1267024. OLE color: 1267024.

HSL color Cylindrical-coordinate representation of color #505513: hue angle of 64.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #505513 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB808519-
CMYK0.0600.780.67
HSL64.55º63.46%20.39%-
HSV(B)64.55º77.65%33.33%-
XYZ6.678.251.86-
YUV75.9895.84130.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=43.48%
G=46.20%
B=10.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085190.0600.780.6764.5563.4620.39
Hex505513604E43413f14
Octal12012523601161031017724
Binary1010000101010110011110010011101000011100000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505513; }

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

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

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

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

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

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

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

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