Html Css Color HEX #4D5311 Verdun Green

📋 copy color: '#4D5311'

red 77 ◦ green 83 ◦ blue 17

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

Shades of Verdun Green #4D5311

Tints of Verdun Green #4D5311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.89%

 BLUE value IS 17 (7.03% from 255) = 9.6%

R = 43.5%
G = 46.89%
B = 9.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#4D5311 (or 0x4D5311) is known color: Verdun Green. HEX triplet: 4D, 53 and 11. RGB value is (77,83,17). Sum of RGB (Red+Green+Blue) = 77+83+17=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5311 is #B2ACEE. Grayscale: #494949. Windows color (decimal): -11709679 or 1135437. OLE color: 1135437.

HSL color Cylindrical-coordinate representation of color #4D5311: hue angle of 65.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D5311 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 83 17 -
CMYK 0.07 0 0.80 0.67
HSL 65.45º 0.66% 0.2% -
HSV(B) 65.45º 0.8% 0.33% -
XYZ 6.26 7.8 1.71 -
YUV 73.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 77 83 17 0.07 0 0.80 0.67 65.45 0.66 0.2
Hex 4D 53 11 7 0 50 43 41 42 14
Octal 115 123 21 7 0 120 103 101 102 24
Binary 1001101 1010011 10001 111 0 1010000 1000011 1000001 1000010 10100

Color Harmonies of #4D5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5311

Black with #4D5311

Text Example


Text Example

White with #4D5311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,83,17); }

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

background-color css

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

 a { background-color: rgb(77,83,17); }

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

border-color css

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

 span { border-color: rgb(77,83,17); }

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