#504C08

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

Shades of Verdun Green #504C08

Tints of Verdun Green #504C08

Color information

#504C08 (or 0x504C08) is unknown color: approx Verdun Green. HEX triplet: 50, 4C and 08. RGB value is (80,76,8). Sum of RGB (Red+Green+Blue) = 80+76+8=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #504C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C08 is #AFB3F7. Grayscale: #454545. Windows color (decimal): -11514872 or 543824. OLE color: 543824.

HSL color Cylindrical-coordinate representation of color #504C08: hue angle of 56.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #504C08 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB80768-
CMYK00.050.900.69
HSL56.67º81.82%17.25%-
HSV(B)56.67º90%31.37%-
XYZ5.946.891.25-
YUV69.4493.33135.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=48.78%
G=46.34%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8076800.050.900.6956.6781.8217.25
Hex504C8055A45395211
Octal12011410051321057112221
Binary101000010011001000010110110101000101111001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,76,8); }

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

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

 a { background-color: rgb(80,76,8); }

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

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

 span { border-color: rgb(80,76,8); }

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