#504E09

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

Shades of Verdun Green #504E09

Tints of Verdun Green #504E09

Color information

#504E09 (or 0x504E09) is unknown color: approx Verdun Green. HEX triplet: 50, 4E and 09. RGB value is (80,78,9). Sum of RGB (Red+Green+Blue) = 80+78+9=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E09 is #AFB1F6. Grayscale: #474747. Windows color (decimal): -11514359 or 609872. OLE color: 609872.

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

Color convert

RGB80789-
CMYK00.020.890.69
HSL58.31º79.78%17.45%-
HSV(B)58.31º88.75%31.37%-
XYZ6.087.171.32-
YUV70.7393.16134.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=47.90%
G=46.71%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8078900.020.890.6958.3179.7817.45
Hex504E90259453a5011
Octal12011611021311057212021
Binary10100001001110100101010110011000101111010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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