Html Css Color HEX #504D10 Verdun Green

📋 copy color: '#504D10'

red 80 ◦ green 77 ◦ blue 16

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

Shades of Verdun Green #504D10

Tints of Verdun Green #504D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.25%

R = 46.24%
G = 44.51%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#504D10 (or 0x504D10) is known color: Verdun Green. HEX triplet: 50, 4D and 10. RGB value is (80,77,16). Sum of RGB (Red+Green+Blue) = 80+77+16=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #504D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D10 is #AFB2EF. Grayscale: #474747. Windows color (decimal): -11514608 or 1068368. OLE color: 1068368.

HSL color Cylindrical-coordinate representation of color #504D10: hue angle of 57.19º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #504D10 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 77 16 -
CMYK 0 0.04 0.80 0.69
HSL 57.19º 0.67% 0.19% -
HSV(B) 57.19º 0.8% 0.31% -
XYZ 6.06 7.05 1.53 -
YUV 70.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 80 77 16 0 0.04 0.80 0.69 57.19 0.67 0.19
Hex 50 4D 10 0 4 50 45 39 43 13
Octal 120 115 20 0 4 120 105 71 103 23
Binary 1010000 1001101 10000 0 100 1010000 1000101 111001 1000011 10011

Color Harmonies of #504D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D10

Black with #504D10

Text Example


Text Example

White with #504D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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