#504C0F

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

Shades of Verdun Green #504C0F

Tints of Verdun Green #504C0F

Color information

#504C0F (or 0x504C0F) is unknown color: approx Verdun Green. HEX triplet: 50, 4C and 0F. RGB value is (80,76,15). Sum of RGB (Red+Green+Blue) = 80+76+15=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #504C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C0F is #AFB3F0. Grayscale: #464646. Windows color (decimal): -11514865 or 1002576. OLE color: 1002576.

HSL color Cylindrical-coordinate representation of color #504C0F: hue angle of 56.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #504C0F is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB807615-
CMYK00.050.810.69
HSL56.31º68.42%18.63%-
HSV(B)56.31º81.25%31.37%-
XYZ5.986.911.47-
YUV70.2496.83134.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 76 (30.08% from 255) = 44.44%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=46.78%
G=44.44%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80761500.050.810.6956.3168.4218.63
Hex504CF055145384413
Octal12011417051211057010423
Binary101000010011001111010110100011000101111000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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