Html Css Color HEX #4D6911 Verdun Green

📋 copy color: '#4D6911'

red 77 ◦ green 105 ◦ blue 17

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

Shades of Verdun Green #4D6911

Tints of Verdun Green #4D6911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.76%

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

R = 38.69%
G = 52.76%
B = 8.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#4D6911 (or 0x4D6911) is known color: Verdun Green. HEX triplet: 4D, 69 and 11. RGB value is (77,105,17). Sum of RGB (Red+Green+Blue) = 77+105+17=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6911 is #B296EE. Grayscale: #565656. Windows color (decimal): -11704047 or 1141069. OLE color: 1141069.

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

Color convert

RGB 77 105 17 -
CMYK 0.27 0 0.84 0.59
HSL 79.09º 0.72% 0.24% -
HSV(B) 79.09º 0.84% 0.41% -
XYZ 8.21 11.72 2.36 -
YUV 86.6 88.72 121.16 -
System Red Green Blue C M Y K H S L
Decimal 77 105 17 0.27 0 0.84 0.59 79.09 0.72 0.24
Hex 4D 69 11 1B 0 54 3B 4F 48 18
Octal 115 151 21 33 0 124 73 117 110 30
Binary 1001101 1101001 10001 11011 0 1010100 111011 1001111 1001000 11000

Color Harmonies of #4D6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6911

Black with #4D6911

Text Example


Text Example

White with #4D6911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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