Html Css Color HEX #4D6410 Verdun Green

📋 copy color: '#4D6410'

red 77 ◦ green 100 ◦ blue 16

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

Shades of Verdun Green #4D6410

Tints of Verdun Green #4D6410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.81%

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

R = 39.9%
G = 51.81%
B = 8.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#4D6410 (or 0x4D6410) is known color: Verdun Green. HEX triplet: 4D, 64 and 10. RGB value is (77,100,16). Sum of RGB (Red+Green+Blue) = 77+100+16=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #4D6410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6410 is #B29BEF. Grayscale: #535353. Windows color (decimal): -11705328 or 1074253. OLE color: 1074253.

HSL color Cylindrical-coordinate representation of color #4D6410: hue angle of 76.43º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D6410 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 100 16 -
CMYK 0.23 0 0.84 0.61
HSL 76.43º 0.72% 0.23% -
HSV(B) 76.43º 0.84% 0.39% -
XYZ 7.71 10.73 2.15 -
YUV 83.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 77 100 16 0.23 0 0.84 0.61 76.43 0.72 0.23
Hex 4D 64 10 17 0 54 3D 4C 48 17
Octal 115 144 20 27 0 124 75 114 110 27
Binary 1001101 1100100 10000 10111 0 1010100 111101 1001100 1001000 10111

Color Harmonies of #4D6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6410

Black with #4D6410

Text Example


Text Example

White with #4D6410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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