Html Css Color HEX #504D09 Verdun Green

📋 copy color: '#504D09'

red 80 ◦ green 77 ◦ blue 9

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

Shades of Verdun Green #504D09

Tints of Verdun Green #504D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.42%

R = 48.19%
G = 46.39%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#504D09 (or 0x504D09) is known color: Verdun Green. HEX triplet: 50, 4D and 09. RGB value is (80,77,9). Sum of RGB (Red+Green+Blue) = 80+77+9=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #504D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D09 is #AFB2F6. Grayscale: #464646. Windows color (decimal): -11514615 or 609616. OLE color: 609616.

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

Color convert

RGB 80 77 9 -
CMYK 0 0.04 0.89 0.69
HSL 57.46º 0.8% 0.17% -
HSV(B) 57.46º 0.89% 0.31% -
XYZ 6.01 7.03 1.3 -
YUV 70.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 80 77 9 0 0.04 0.89 0.69 57.46 0.8 0.17
Hex 50 4D 9 0 4 59 45 39 50 11
Octal 120 115 11 0 4 131 105 71 120 21
Binary 1010000 1001101 1001 0 100 1011001 1000101 111001 1010000 10001

Color Harmonies of #504D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D09

Black with #504D09

Text Example


Text Example

White with #504D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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