#504E0C

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

Shades of Verdun Green #504E0C

Tints of Verdun Green #504E0C

Color information

#504E0C (or 0x504E0C) is unknown color: approx Verdun Green. HEX triplet: 50, 4E and 0C. RGB value is (80,78,12). Sum of RGB (Red+Green+Blue) = 80+78+12=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #504E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E0C is #AFB1F3. Grayscale: #474747. Windows color (decimal): -11514356 or 806480. OLE color: 806480.

HSL color Cylindrical-coordinate representation of color #504E0C: hue angle of 58.24º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #504E0C is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB807812-
CMYK00.020.850.69
HSL58.24º73.91%18.04%-
HSV(B)58.24º85%31.37%-
XYZ6.17.181.41-
YUV71.0794.66134.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=47.06%
G=45.88%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80781200.020.850.6958.2473.9118.04
Hex504EC0255453a4a12
Octal12011614021251057211222
Binary10100001001110110001010101011000101111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504E0C; }

 p { color: rgb(80,78,12); }

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

<style>
 a { background-color: #504E0C; }

 a { background-color: rgb(80,78,12); }

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

<style>
 span { border-color: #504E0C; }

 span { border-color: rgb(80,78,12); }

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