Html Css Color HEX #4D500B Verdun Green

📋 copy color: '#4D500B'

red 77 ◦ green 80 ◦ blue 11

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

Shades of Verdun Green #4D500B

Tints of Verdun Green #4D500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

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

R = 45.83%
G = 47.62%
B = 6.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4D500B (or 0x4D500B) is known color: Verdun Green. HEX triplet: 4D, 50 and 0B. RGB value is (77,80,11). Sum of RGB (Red+Green+Blue) = 77+80+11=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #4D500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D500B is #B2AFF4. Grayscale: #474747. Windows color (decimal): -11710453 or 741453. OLE color: 741453.

HSL color Cylindrical-coordinate representation of color #4D500B: hue angle of 62.61º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D500B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 80 11 -
CMYK 0.04 0 0.86 0.69
HSL 62.61º 0.76% 0.18% -
HSV(B) 62.61º 0.86% 0.31% -
XYZ 5.99 7.34 1.42 -
YUV 71.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 77 80 11 0.04 0 0.86 0.69 62.61 0.76 0.18
Hex 4D 50 B 4 0 56 45 3F 4C 12
Octal 115 120 13 4 0 126 105 77 114 22
Binary 1001101 1010000 1011 100 0 1010110 1000101 111111 1001100 10010

Color Harmonies of #4D500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D500B

Black with #4D500B

Text Example


Text Example

White with #4D500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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