#50530F

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

Shades of Verdun Green #50530F

Tints of Verdun Green #50530F

Color information

#50530F (or 0x50530F) is unknown color: approx Verdun Green. HEX triplet: 50, 53 and 0F. RGB value is (80,83,15). Sum of RGB (Red+Green+Blue) = 80+83+15=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #50530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50530F is #AFACF0. Grayscale: #4A4A4A. Windows color (decimal): -11513073 or 1004368. OLE color: 1004368.

HSL color Cylindrical-coordinate representation of color #50530F: hue angle of 62.65º degrees, saturation: 0.69, 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 #50530F is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB808315-
CMYK0.0400.820.67
HSL62.65º69.39%19.22%-
HSV(B)62.65º81.93%32.55%-
XYZ6.497.931.64-
YUV74.3594.51132.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=44.94%
G=46.63%
B=8.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083150.0400.820.6762.6569.3919.22
Hex5053F4052433f4513
Octal12012317401221037710523
Binary101000010100111111100010100101000011111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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