#505B13

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

Shades of Verdun Green #505B13

Tints of Verdun Green #505B13

Color information

#505B13 (or 0x505B13) is unknown color: approx Verdun Green. HEX triplet: 50, 5B and 13. RGB value is (80,91,19). Sum of RGB (Red+Green+Blue) = 80+91+19=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #505B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B13 is #AFA4EC. Grayscale: #4F4F4F. Windows color (decimal): -11511021 or 1268560. OLE color: 1268560.

HSL color Cylindrical-coordinate representation of color #505B13: hue angle of 69.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #505B13 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB809119-
CMYK0.1200.790.64
HSL69.17º65.45%21.57%-
HSV(B)69.17º79.12%35.69%-
XYZ7.179.232.02-
YUV79.593.86128.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 19 (7.81% from 255) = 10%
R=42.11%
G=47.89%
B=10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091190.1200.790.6469.1765.4521.57
Hex505B13C04F40454116
Octal1201332314011710010510126
Binary101000010110111001111000100111110000001000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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