#50590B

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

Shades of Verdun Green #50590B

Tints of Verdun Green #50590B

Color information

#50590B (or 0x50590B) is unknown color: approx Verdun Green. HEX triplet: 50, 59 and 0B. RGB value is (80,89,11). Sum of RGB (Red+Green+Blue) = 80+89+11=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #50590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50590B is #AFA6F4. Grayscale: #4D4D4D. Windows color (decimal): -11511541 or 743760. OLE color: 743760.

HSL color Cylindrical-coordinate representation of color #50590B: hue angle of 66.92º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50590B is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB808911-
CMYK0.1000.880.65
HSL66.92º78%19.61%-
HSV(B)66.92º87.64%34.9%-
XYZ6.948.871.66-
YUV77.4290.52129.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 49.44%
BLUE value IS 11 (4.69% from 255) = 6.11%
R=44.44%
G=49.44%
B=6.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089110.1000.880.6566.927819.61
Hex5059BA05841434e14
Octal1201311312013010110311624
Binary10100001011001101110100101100010000011000011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50590B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50590B; }

 p { color: rgb(80,89,11); }

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

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

 a { background-color: rgb(80,89,11); }

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

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

 span { border-color: rgb(80,89,11); }

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