#50590F

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

Shades of Verdun Green #50590F

Tints of Verdun Green #50590F

Color information

#50590F (or 0x50590F) is unknown color: approx Verdun Green. HEX triplet: 50, 59 and 0F. RGB value is (80,89,15). Sum of RGB (Red+Green+Blue) = 80+89+15=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #50590F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50590F is #AFA6F0. Grayscale: #4E4E4E. Windows color (decimal): -11511537 or 1005904. OLE color: 1005904.

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

Color convert

RGB808915-
CMYK0.1000.830.65
HSL67.3º71.15%20.39%-
HSV(B)67.3º83.15%34.9%-
XYZ6.978.881.8-
YUV77.8792.52129.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 89 (35.16% from 255) = 48.37%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=43.48%
G=48.37%
B=8.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089150.1000.830.6567.371.1520.39
Hex5059FA05341434714
Octal1201311712012310110310724
Binary10100001011001111110100101001110000011000011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50590F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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