Html Css Color HEX #4D6810 Verdun Green

📋 copy color: '#4D6810'

red 77 ◦ green 104 ◦ blue 16

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

Shades of Verdun Green #4D6810

Tints of Verdun Green #4D6810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.79%

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

R = 39.09%
G = 52.79%
B = 8.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#4D6810 (or 0x4D6810) is known color: Verdun Green. HEX triplet: 4D, 68 and 10. RGB value is (77,104,16). Sum of RGB (Red+Green+Blue) = 77+104+16=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6810 is #B297EF. Grayscale: #565656. Windows color (decimal): -11704304 or 1075277. OLE color: 1075277.

HSL color Cylindrical-coordinate representation of color #4D6810: hue angle of 78.41º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D6810 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 104 16 -
CMYK 0.26 0 0.85 0.59
HSL 78.41º 0.73% 0.24% -
HSV(B) 78.41º 0.85% 0.41% -
XYZ 8.1 11.52 2.29 -
YUV 85.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 77 104 16 0.26 0 0.85 0.59 78.41 0.73 0.24
Hex 4D 68 10 1A 0 55 3B 4E 49 18
Octal 115 150 20 32 0 125 73 116 111 30
Binary 1001101 1101000 10000 11010 0 1010101 111011 1001110 1001001 11000

Color Harmonies of #4D6810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6810

Black with #4D6810

Text Example


Text Example

White with #4D6810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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