Html Css Color HEX #4D4705 Verdun Green

📋 copy color: '#4D4705'

red 77 ◦ green 71 ◦ blue 5

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

Shades of Verdun Green #4D4705

Tints of Verdun Green #4D4705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

 BLUE value IS 5 (2.34% from 255) = 3.27%

R = 50.33%
G = 46.41%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D4705 (or 0x4D4705) is known color: Verdun Green. HEX triplet: 4D, 47 and 05. RGB value is (77,71,5). Sum of RGB (Red+Green+Blue) = 77+71+5=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4705 is #B2B8FA. Grayscale: #414141. Windows color (decimal): -11712763 or 345933. OLE color: 345933.

HSL color Cylindrical-coordinate representation of color #4D4705: hue angle of 55º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D4705 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 71 5 -
CMYK 0 0.08 0.94 0.70
HSL 55º 0.88% 0.16% -
HSV(B) 55º 0.94% 0.3% -
XYZ 5.34 6.1 1.04 -
YUV 65.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 77 71 5 0 0.08 0.94 0.70 55 0.88 0.16
Hex 4D 47 5 0 8 5E 46 37 58 10
Octal 115 107 5 0 10 136 106 67 130 20
Binary 1001101 1000111 101 0 1000 1011110 1000110 110111 1011000 10000

Color Harmonies of #4D4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4705

Black with #4D4705

Text Example


Text Example

White with #4D4705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,71,5); }

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

background-color css

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

 a { background-color: rgb(77,71,5); }

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

border-color css

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

 span { border-color: rgb(77,71,5); }

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