Html Css Color HEX #4D620D Verdun Green

📋 copy color: '#4D620D'

red 77 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #4D620D

Tints of Verdun Green #4D620D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 40.96%
G = 52.13%
B = 6.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#4D620D (or 0x4D620D) is known color: Verdun Green. HEX triplet: 4D, 62 and 0D. RGB value is (77,98,13). Sum of RGB (Red+Green+Blue) = 77+98+13=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #4D620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D620D is #B29DF2. Grayscale: #525252. Windows color (decimal): -11705843 or 877133. OLE color: 877133.

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

Color convert

RGB 77 98 13 -
CMYK 0.21 0 0.87 0.62
HSL 74.82º 0.77% 0.22% -
HSV(B) 74.82º 0.87% 0.38% -
XYZ 7.5 10.34 1.98 -
YUV 82.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 77 98 13 0.21 0 0.87 0.62 74.82 0.77 0.22
Hex 4D 62 D 15 0 57 3E 4B 4D 16
Octal 115 142 15 25 0 127 76 113 115 26
Binary 1001101 1100010 1101 10101 0 1010111 111110 1001011 1001101 10110

Color Harmonies of #4D620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D620D

Black with #4D620D

Text Example


Text Example

White with #4D620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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