Html Css Color HEX #4D5811 Verdun Green

📋 copy color: '#4D5811'

red 77 ◦ green 88 ◦ blue 17

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

Shades of Verdun Green #4D5811

Tints of Verdun Green #4D5811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.35%

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

R = 42.31%
G = 48.35%
B = 9.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#4D5811 (or 0x4D5811) is known color: Verdun Green. HEX triplet: 4D, 58 and 11. RGB value is (77,88,17). Sum of RGB (Red+Green+Blue) = 77+88+17=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5811 is #B2A7EE. Grayscale: #4C4C4C. Windows color (decimal): -11708399 or 1136717. OLE color: 1136717.

HSL color Cylindrical-coordinate representation of color #4D5811: hue angle of 69.3º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D5811 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 88 17 -
CMYK 0.12 0 0.81 0.65
HSL 69.3º 0.68% 0.21% -
HSV(B) 69.3º 0.81% 0.35% -
XYZ 6.65 8.6 1.84 -
YUV 76.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 77 88 17 0.12 0 0.81 0.65 69.3 0.68 0.21
Hex 4D 58 11 C 0 51 41 45 44 15
Octal 115 130 21 14 0 121 101 105 104 25
Binary 1001101 1011000 10001 1100 0 1010001 1000001 1000101 1000100 10101

Color Harmonies of #4D5811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5811

Black with #4D5811

Text Example


Text Example

White with #4D5811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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