Html Css Color HEX #4D4808 Verdun Green

📋 copy color: '#4D4808'

red 77 ◦ green 72 ◦ blue 8

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

Shades of Verdun Green #4D4808

Tints of Verdun Green #4D4808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.86%

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

R = 49.04%
G = 45.86%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.70

RGB Variations

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

Color information

#4D4808 (or 0x4D4808) is known color: Verdun Green. HEX triplet: 4D, 48 and 08. RGB value is (77,72,8). Sum of RGB (Red+Green+Blue) = 77+72+8=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4808 is #B2B7F7. Grayscale: #424242. Windows color (decimal): -11712504 or 542797. OLE color: 542797.

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

Color convert

RGB 77 72 8 -
CMYK 0 0.06 0.90 0.70
HSL 55.65º 0.81% 0.17% -
HSV(B) 55.65º 0.9% 0.3% -
XYZ 5.42 6.23 1.15 -
YUV 66.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 77 72 8 0 0.06 0.90 0.70 55.65 0.81 0.17
Hex 4D 48 8 0 6 5A 46 38 51 11
Octal 115 110 10 0 6 132 106 70 121 21
Binary 1001101 1001000 1000 0 110 1011010 1000110 111000 1010001 10001

Color Harmonies of #4D4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4808

Black with #4D4808

Text Example


Text Example

White with #4D4808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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