Html Css Color HEX #4D5411 Verdun Green

📋 copy color: '#4D5411'

red 77 ◦ green 84 ◦ blue 17

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

Shades of Verdun Green #4D5411

Tints of Verdun Green #4D5411

RGB

 RED value IS 77 (30.47% from 255) = 43.26%

 GREEN value IS 84 (33.2% from 255) = 47.19%

 BLUE value IS 17 (7.03% from 255) = 9.55%

R = 43.26%
G = 47.19%
B = 9.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#4D5411 (or 0x4D5411) is known color: Verdun Green. HEX triplet: 4D, 54 and 11. RGB value is (77,84,17). Sum of RGB (Red+Green+Blue) = 77+84+17=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5411 is #B2ABEE. Grayscale: #4A4A4A. Windows color (decimal): -11709423 or 1135693. OLE color: 1135693.

HSL color Cylindrical-coordinate representation of color #4D5411: hue angle of 66.27º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D5411 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 84 17 -
CMYK 0.08 0 0.80 0.67
HSL 66.27º 0.66% 0.2% -
HSV(B) 66.27º 0.8% 0.33% -
XYZ 6.33 7.96 1.73 -
YUV 74.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 77 84 17 0.08 0 0.80 0.67 66.27 0.66 0.2
Hex 4D 54 11 8 0 50 43 42 42 14
Octal 115 124 21 10 0 120 103 102 102 24
Binary 1001101 1010100 10001 1000 0 1010000 1000011 1000010 1000010 10100

Color Harmonies of #4D5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5411

Black with #4D5411

Text Example


Text Example

White with #4D5411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D5411; }

 p { color: rgb(77,84,17); }

 H1.HeaderClassName
 {
   color: #4D5411;
 }
 .AnyTagClassName
 {
   color: #4D5411;
 }
</style>

background-color css

<style>
 a { background-color: #4D5411; }

 a { background-color: rgb(77,84,17); }

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

border-color css

<style>
 span { border-color: #4D5411; }

 span { border-color: rgb(77,84,17); }

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