#50580D

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

Shades of Verdun Green #50580D

Tints of Verdun Green #50580D

Color information

#50580D (or 0x50580D) is unknown color: approx Verdun Green. HEX triplet: 50, 58 and 0D. RGB value is (80,88,13). Sum of RGB (Red+Green+Blue) = 80+88+13=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #50580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50580D is #AFA7F2. Grayscale: #4D4D4D. Windows color (decimal): -11511795 or 874576. OLE color: 874576.

HSL color Cylindrical-coordinate representation of color #50580D: hue angle of 66.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50580D is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB808813-
CMYK0.0900.850.65
HSL66.4º74.26%19.8%-
HSV(B)66.4º85.23%34.51%-
XYZ6.878.711.7-
YUV77.0691.85130.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 88 (34.77% from 255) = 48.62%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=44.20%
G=48.62%
B=7.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088130.0900.850.6566.474.2619.8
Hex5058D905541424a14
Octal1201301511012510110211224
Binary10100001011000110110010101010110000011000010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50580D; }

 p { color: rgb(80,88,13); }

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

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

 a { background-color: rgb(80,88,13); }

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

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

 span { border-color: rgb(80,88,13); }

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