Html Css Color HEX #4D4905 Verdun Green

📋 copy color: '#4D4905'

red 77 ◦ green 73 ◦ blue 5

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

Shades of Verdun Green #4D4905

Tints of Verdun Green #4D4905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.1%

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

R = 49.68%
G = 47.1%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D4905 (or 0x4D4905) is known color: Verdun Green. HEX triplet: 4D, 49 and 05. RGB value is (77,73,5). Sum of RGB (Red+Green+Blue) = 77+73+5=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4905 is #B2B6FA. Grayscale: #424242. Windows color (decimal): -11712251 or 346445. OLE color: 346445.

HSL color Cylindrical-coordinate representation of color #4D4905: hue angle of 56.67º 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 #4D4905 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 73 5 -
CMYK 0 0.05 0.94 0.70
HSL 56.67º 0.88% 0.16% -
HSV(B) 56.67º 0.94% 0.3% -
XYZ 5.47 6.35 1.08 -
YUV 66.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 77 73 5 0 0.05 0.94 0.70 56.67 0.88 0.16
Hex 4D 49 5 0 5 5E 46 39 58 10
Octal 115 111 5 0 5 136 106 71 130 20
Binary 1001101 1001001 101 0 101 1011110 1000110 111001 1011000 10000

Color Harmonies of #4D4905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4905

Black with #4D4905

Text Example


Text Example

White with #4D4905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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