Html Css Color HEX #4D480B Verdun Green

📋 copy color: '#4D480B'

red 77 ◦ green 72 ◦ blue 11

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

Shades of Verdun Green #4D480B

Tints of Verdun Green #4D480B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.88%

R = 48.13%
G = 45%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4D480B (or 0x4D480B) is known color: Verdun Green. HEX triplet: 4D, 48 and 0B. RGB value is (77,72,11). Sum of RGB (Red+Green+Blue) = 77+72+11=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D480B is #B2B7F4. Grayscale: #424242. Windows color (decimal): -11712501 or 739405. OLE color: 739405.

HSL color Cylindrical-coordinate representation of color #4D480B: hue angle of 55.45º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D480B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 72 11 -
CMYK 0 0.06 0.86 0.70
HSL 55.45º 0.75% 0.17% -
HSV(B) 55.45º 0.86% 0.3% -
XYZ 5.44 6.24 1.23 -
YUV 66.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 77 72 11 0 0.06 0.86 0.70 55.45 0.75 0.17
Hex 4D 48 B 0 6 56 46 37 4B 11
Octal 115 110 13 0 6 126 106 67 113 21
Binary 1001101 1001000 1011 0 110 1010110 1000110 110111 1001011 10001

Color Harmonies of #4D480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D480B

Black with #4D480B

Text Example


Text Example

White with #4D480B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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