Html Css Color HEX #4D4908 Verdun Green

📋 copy color: '#4D4908'

red 77 ◦ green 73 ◦ blue 8

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

Shades of Verdun Green #4D4908

Tints of Verdun Green #4D4908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 48.73%
G = 46.2%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.70

RGB Variations

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

Color information

#4D4908 (or 0x4D4908) is known color: Verdun Green. HEX triplet: 4D, 49 and 08. RGB value is (77,73,8). Sum of RGB (Red+Green+Blue) = 77+73+8=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4908 is #B2B6F7. Grayscale: #434343. Windows color (decimal): -11712248 or 543053. OLE color: 543053.

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

Color convert

RGB 77 73 8 -
CMYK 0 0.05 0.90 0.70
HSL 56.52º 0.81% 0.17% -
HSV(B) 56.52º 0.9% 0.3% -
XYZ 5.49 6.36 1.17 -
YUV 66.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 77 73 8 0 0.05 0.90 0.70 56.52 0.81 0.17
Hex 4D 49 8 0 5 5A 46 39 51 11
Octal 115 111 10 0 5 132 106 71 121 21
Binary 1001101 1001001 1000 0 101 1011010 1000110 111001 1010001 10001

Color Harmonies of #4D4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4908

Black with #4D4908

Text Example


Text Example

White with #4D4908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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