Html Css Color HEX #504D0F Verdun Green

📋 copy color: '#504D0F'

red 80 ◦ green 77 ◦ blue 15

#504D0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #504D0F

Tints of Verdun Green #504D0F

RGB

 RED value IS 80 (31.64% from 255) = 46.51%

 GREEN value IS 77 (30.47% from 255) = 44.77%

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 46.51%
G = 44.77%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#504D0F (or 0x504D0F) is known color: Verdun Green. HEX triplet: 50, 4D and 0F. RGB value is (80,77,15). Sum of RGB (Red+Green+Blue) = 80+77+15=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #504D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D0F is #AFB2F0. Grayscale: #474747. Windows color (decimal): -11514609 or 1002832. OLE color: 1002832.

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

Color convert

RGB 80 77 15 -
CMYK 0 0.04 0.81 0.69
HSL 57.23º 0.68% 0.19% -
HSV(B) 57.23º 0.81% 0.31% -
XYZ 6.05 7.05 1.49 -
YUV 70.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 80 77 15 0 0.04 0.81 0.69 57.23 0.68 0.19
Hex 50 4D F 0 4 51 45 39 44 13
Octal 120 115 17 0 4 121 105 71 104 23
Binary 1010000 1001101 1111 0 100 1010001 1000101 111001 1000100 10011

Color Harmonies of #504D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D0F

Black with #504D0F

Text Example


Text Example

White with #504D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #504D0F;
 }
 .AnyTagClassName
 {
   color: #504D0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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