Html Css Color HEX #504D06 Verdun Green

📋 copy color: '#504D06'

red 80 ◦ green 77 ◦ blue 6

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

Shades of Verdun Green #504D06

Tints of Verdun Green #504D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 49.08%
G = 47.24%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#504D06 (or 0x504D06) is known color: Verdun Green. HEX triplet: 50, 4D and 06. RGB value is (80,77,6). Sum of RGB (Red+Green+Blue) = 80+77+6=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D06 is #AFB2F9. Grayscale: #464646. Windows color (decimal): -11514618 or 413008. OLE color: 413008.

HSL color Cylindrical-coordinate representation of color #504D06: hue angle of 57.57º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #504D06 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 77 6 -
CMYK 0 0.04 0.92 0.69
HSL 57.57º 0.86% 0.17% -
HSV(B) 57.57º 0.93% 0.31% -
XYZ 6 7.03 1.21 -
YUV 69.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 80 77 6 0 0.04 0.92 0.69 57.57 0.86 0.17
Hex 50 4D 6 0 4 5C 45 3A 56 11
Octal 120 115 6 0 4 134 105 72 126 21
Binary 1010000 1001101 110 0 100 1011100 1000101 111010 1010110 10001

Color Harmonies of #504D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D06

Black with #504D06

Text Example


Text Example

White with #504D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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