#504F09

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

Shades of Verdun Green #504F09

Tints of Verdun Green #504F09

Color information

#504F09 (or 0x504F09) is unknown color: approx Verdun Green. HEX triplet: 50, 4F and 09. RGB value is (80,79,9). Sum of RGB (Red+Green+Blue) = 80+79+9=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F09 is #AFB0F6. Grayscale: #474747. Windows color (decimal): -11514103 or 610128. OLE color: 610128.

HSL color Cylindrical-coordinate representation of color #504F09: hue angle of 59.15º 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 #504F09 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80799-
CMYK00.010.890.69
HSL59.15º79.78%17.45%-
HSV(B)59.15º88.75%31.37%-
XYZ6.157.321.35-
YUV71.3292.83134.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=47.62%
G=47.02%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8079900.010.890.6959.1579.7817.45
Hex504F90159453b5011
Octal12011711011311057312021
Binary1010000100111110010110110011000101111011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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