#504A09

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

Shades of Verdun Green #504A09

Tints of Verdun Green #504A09

Color information

#504A09 (or 0x504A09) is unknown color: approx Verdun Green. HEX triplet: 50, 4A and 09. RGB value is (80,74,9). Sum of RGB (Red+Green+Blue) = 80+74+9=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A09 is #AFB5F6. Grayscale: #444444. Windows color (decimal): -11515383 or 608848. OLE color: 608848.

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

Color convert

RGB80749-
CMYK00.080.890.69
HSL54.93º79.78%17.45%-
HSV(B)54.93º88.75%31.37%-
XYZ5.816.621.23-
YUV68.3894.49136.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 74 (29.30% from 255) = 45.40%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=49.08%
G=45.40%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8074900.080.890.6954.9379.7817.45
Hex504A9085945375011
Octal120112110101311056712021
Binary1010000100101010010100010110011000101110111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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