Html Css Color HEX #4D4904 Verdun Green

📋 copy color: '#4D4904'

red 77 ◦ green 73 ◦ blue 4

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

Shades of Verdun Green #4D4904

Tints of Verdun Green #4D4904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 50%
G = 47.4%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4D4904 (or 0x4D4904) is known color: Verdun Green. HEX triplet: 4D, 49 and 04. RGB value is (77,73,4). Sum of RGB (Red+Green+Blue) = 77+73+4=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4904 is #B2B6FB. Grayscale: #424242. Windows color (decimal): -11712252 or 280909. OLE color: 280909.

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

Color convert

RGB 77 73 4 -
CMYK 0 0.05 0.95 0.70
HSL 56.71º 0.9% 0.16% -
HSV(B) 56.71º 0.95% 0.3% -
XYZ 5.47 6.35 1.05 -
YUV 66.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 77 73 4 0 0.05 0.95 0.70 56.71 0.9 0.16
Hex 4D 49 4 0 5 5F 46 39 5A 10
Octal 115 111 4 0 5 137 106 71 132 20
Binary 1001101 1001001 100 0 101 1011111 1000110 111001 1011010 10000

Color Harmonies of #4D4904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4904

Black with #4D4904

Text Example


Text Example

White with #4D4904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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