Html Css Color HEX #504D0B Verdun Green

📋 copy color: '#504D0B'

red 80 ◦ green 77 ◦ blue 11

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

Shades of Verdun Green #504D0B

Tints of Verdun Green #504D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.55%

R = 47.62%
G = 45.83%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#504D0B (or 0x504D0B) is known color: Verdun Green. HEX triplet: 50, 4D and 0B. RGB value is (80,77,11). Sum of RGB (Red+Green+Blue) = 80+77+11=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D0B is #AFB2F4. Grayscale: #464646. Windows color (decimal): -11514613 or 740688. OLE color: 740688.

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

Color convert

RGB 80 77 11 -
CMYK 0 0.04 0.86 0.69
HSL 57.39º 0.76% 0.18% -
HSV(B) 57.39º 0.86% 0.31% -
XYZ 6.02 7.04 1.36 -
YUV 70.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 80 77 11 0 0.04 0.86 0.69 57.39 0.76 0.18
Hex 50 4D B 0 4 56 45 39 4C 12
Octal 120 115 13 0 4 126 105 71 114 22
Binary 1010000 1001101 1011 0 100 1010110 1000101 111001 1001100 10010

Color Harmonies of #504D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D0B

Black with #504D0B

Text Example


Text Example

White with #504D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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