Html Css Color HEX #4D6516 Verdun Green

📋 copy color: '#4D6516'

red 77 ◦ green 101 ◦ blue 22

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

Shades of Verdun Green #4D6516

Tints of Verdun Green #4D6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.5%

 BLUE value IS 22 (8.98% from 255) = 11%

R = 38.5%
G = 50.5%
B = 11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#4D6516 (or 0x4D6516) is known color: Verdun Green. HEX triplet: 4D, 65 and 16. RGB value is (77,101,22). Sum of RGB (Red+Green+Blue) = 77+101+22=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #4D6516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6516 is #B29AE9. Grayscale: #555555. Windows color (decimal): -11705066 or 1467725. OLE color: 1467725.

HSL color Cylindrical-coordinate representation of color #4D6516: hue angle of 78.23º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D6516 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 101 22 -
CMYK 0.24 0 0.78 0.60
HSL 78.23º 0.64% 0.24% -
HSV(B) 78.23º 0.78% 0.4% -
XYZ 7.86 10.94 2.46 -
YUV 84.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 77 101 22 0.24 0 0.78 0.60 78.23 0.64 0.24
Hex 4D 65 16 18 0 4E 3C 4E 40 18
Octal 115 145 26 30 0 116 74 116 100 30
Binary 1001101 1100101 10110 11000 0 1001110 111100 1001110 1000000 11000

Color Harmonies of #4D6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6516

Black with #4D6516

Text Example


Text Example

White with #4D6516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,101,22); }

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

background-color css

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

 a { background-color: rgb(77,101,22); }

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

border-color css

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

 span { border-color: rgb(77,101,22); }

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