Html Css Color HEX #4D620F Verdun Green

📋 copy color: '#4D620F'

red 77 ◦ green 98 ◦ blue 15

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

Shades of Verdun Green #4D620F

Tints of Verdun Green #4D620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.58%

 BLUE value IS 15 (6.25% from 255) = 7.89%

R = 40.53%
G = 51.58%
B = 7.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#4D620F (or 0x4D620F) is known color: Verdun Green. HEX triplet: 4D, 62 and 0F. RGB value is (77,98,15). Sum of RGB (Red+Green+Blue) = 77+98+15=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #4D620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D620F is #B29DF0. Grayscale: #525252. Windows color (decimal): -11705841 or 1008205. OLE color: 1008205.

HSL color Cylindrical-coordinate representation of color #4D620F: hue angle of 75.18º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D620F is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 98 15 -
CMYK 0.21 0 0.85 0.62
HSL 75.18º 0.73% 0.22% -
HSV(B) 75.18º 0.85% 0.38% -
XYZ 7.51 10.35 2.05 -
YUV 82.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 77 98 15 0.21 0 0.85 0.62 75.18 0.73 0.22
Hex 4D 62 F 15 0 55 3E 4B 49 16
Octal 115 142 17 25 0 125 76 113 111 26
Binary 1001101 1100010 1111 10101 0 1010101 111110 1001011 1001001 10110

Color Harmonies of #4D620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D620F

Black with #4D620F

Text Example


Text Example

White with #4D620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,98,15); }

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

background-color css

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

 a { background-color: rgb(77,98,15); }

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

border-color css

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

 span { border-color: rgb(77,98,15); }

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