Html Css Color HEX #4D5610 Verdun Green

📋 copy color: '#4D5610'

red 77 ◦ green 86 ◦ blue 16

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

Shades of Verdun Green #4D5610

Tints of Verdun Green #4D5610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.04%

 BLUE value IS 16 (6.64% from 255) = 8.94%

R = 43.02%
G = 48.04%
B = 8.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#4D5610 (or 0x4D5610) is known color: Verdun Green. HEX triplet: 4D, 56 and 10. RGB value is (77,86,16). Sum of RGB (Red+Green+Blue) = 77+86+16=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5610 is #B2A9EF. Grayscale: #4B4B4B. Windows color (decimal): -11708912 or 1070669. OLE color: 1070669.

HSL color Cylindrical-coordinate representation of color #4D5610: hue angle of 67.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D5610 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB 77 86 16 -
CMYK 0.10 0 0.81 0.66
HSL 67.71º 0.69% 0.2% -
HSV(B) 67.71º 0.81% 0.34% -
XYZ 6.48 8.27 1.74 -
YUV 75.33 94.52 129.19 -
System Red Green Blue C M Y K H S L
Decimal 77 86 16 0.10 0 0.81 0.66 67.71 0.69 0.2
Hex 4D 56 10 A 0 51 42 44 45 14
Octal 115 126 20 12 0 121 102 104 105 24
Binary 1001101 1010110 10000 1010 0 1010001 1000010 1000100 1000101 10100

Color Harmonies of #4D5610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5610

Black with #4D5610

Text Example


Text Example

White with #4D5610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,86,16); }

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

background-color css

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

 a { background-color: rgb(77,86,16); }

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

border-color css

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

 span { border-color: rgb(77,86,16); }

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