Html Css Color HEX #4D6020 Verdun Green

📋 copy color: '#4D6020'

red 77 ◦ green 96 ◦ blue 32

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

Shades of Verdun Green #4D6020

Tints of Verdun Green #4D6020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.83%

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 37.56%
G = 46.83%
B = 15.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#4D6020 (or 0x4D6020) is known color: Verdun Green. HEX triplet: 4D, 60 and 20. RGB value is (77,96,32). Sum of RGB (Red+Green+Blue) = 77+96+32=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6020 is #B29FDF. Grayscale: #535353. Windows color (decimal): -11706336 or 2121805. OLE color: 2121805.

HSL color Cylindrical-coordinate representation of color #4D6020: hue angle of 77.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D6020 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 96 32 -
CMYK 0.20 0 0.67 0.62
HSL 77.81º 0.5% 0.25% -
HSV(B) 77.81º 0.67% 0.38% -
XYZ 7.5 10.05 2.91 -
YUV 83.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 77 96 32 0.20 0 0.67 0.62 77.81 0.5 0.25
Hex 4D 60 20 14 0 43 3E 4E 32 19
Octal 115 140 40 24 0 103 76 116 62 31
Binary 1001101 1100000 100000 10100 0 1000011 111110 1001110 110010 11001

Color Harmonies of #4D6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6020

Black with #4D6020

Text Example


Text Example

White with #4D6020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,96,32); }

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

background-color css

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

 a { background-color: rgb(77,96,32); }

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

border-color css

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

 span { border-color: rgb(77,96,32); }

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