Html Css Color HEX #4D7107 Verdun Green

📋 copy color: '#4D7107'

red 77 ◦ green 113 ◦ blue 7

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

Shades of Verdun Green #4D7107

Tints of Verdun Green #4D7107

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.36%

 BLUE value IS 7 (3.13% from 255) = 3.55%

R = 39.09%
G = 57.36%
B = 3.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#4D7107 (or 0x4D7107) is known color: Verdun Green. HEX triplet: 4D, 71 and 07. RGB value is (77,113,7). Sum of RGB (Red+Green+Blue) = 77+113+7=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7107 is #B28EF8. Grayscale: #5A5A5A. Windows color (decimal): -11702009 or 487757. OLE color: 487757.

HSL color Cylindrical-coordinate representation of color #4D7107: hue angle of 80.38º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D7107 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 113 7 -
CMYK 0.32 0 0.94 0.56
HSL 80.38º 0.88% 0.24% -
HSV(B) 80.38º 0.94% 0.44% -
XYZ 9 13.4 2.31 -
YUV 90.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 77 113 7 0.32 0 0.94 0.56 80.38 0.88 0.24
Hex 4D 71 7 20 0 5E 38 50 58 18
Octal 115 161 7 40 0 136 70 120 130 30
Binary 1001101 1110001 111 100000 0 1011110 111000 1010000 1011000 11000

Color Harmonies of #4D7107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7107

Black with #4D7107

Text Example


Text Example

White with #4D7107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,113,7); }

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

background-color css

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

 a { background-color: rgb(77,113,7); }

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

border-color css

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

 span { border-color: rgb(77,113,7); }

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