#50540F

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

Shades of Verdun Green #50540F

Tints of Verdun Green #50540F

Color information

#50540F (or 0x50540F) is unknown color: approx Verdun Green. HEX triplet: 50, 54 and 0F. RGB value is (80,84,15). Sum of RGB (Red+Green+Blue) = 80+84+15=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #50540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50540F is #AFABF0. Grayscale: #4B4B4B. Windows color (decimal): -11512817 or 1004624. OLE color: 1004624.

HSL color Cylindrical-coordinate representation of color #50540F: hue angle of 63.48º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50540F is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB808415-
CMYK0.0500.820.67
HSL63.48º69.7%19.41%-
HSV(B)63.48º82.14%32.94%-
XYZ6.568.081.67-
YUV74.9494.17131.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=44.69%
G=46.93%
B=8.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084150.0500.820.6763.4869.719.41
Hex5054F5052433f4613
Octal12012417501221037710623
Binary101000010101001111101010100101000011111111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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