Html Css Color HEX #4D540D Verdun Green

📋 copy color: '#4D540D'

red 77 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #4D540D

Tints of Verdun Green #4D540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

 BLUE value IS 13 (5.47% from 255) = 7.47%

R = 44.25%
G = 48.28%
B = 7.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#4D540D (or 0x4D540D) is known color: Verdun Green. HEX triplet: 4D, 54 and 0D. RGB value is (77,84,13). Sum of RGB (Red+Green+Blue) = 77+84+13=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #4D540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D540D is #B2ABF2. Grayscale: #4A4A4A. Windows color (decimal): -11709427 or 873549. OLE color: 873549.

HSL color Cylindrical-coordinate representation of color #4D540D: hue angle of 65.92º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D540D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 84 13 -
CMYK 0.08 0 0.85 0.67
HSL 65.92º 0.73% 0.19% -
HSV(B) 65.92º 0.85% 0.33% -
XYZ 6.3 7.95 1.58 -
YUV 73.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 77 84 13 0.08 0 0.85 0.67 65.92 0.73 0.19
Hex 4D 54 D 8 0 55 43 42 49 13
Octal 115 124 15 10 0 125 103 102 111 23
Binary 1001101 1010100 1101 1000 0 1010101 1000011 1000010 1001001 10011

Color Harmonies of #4D540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D540D

Black with #4D540D

Text Example


Text Example

White with #4D540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,13); }

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

background-color css

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

 a { background-color: rgb(77,84,13); }

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

border-color css

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

 span { border-color: rgb(77,84,13); }

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