Html Css Color HEX #4D5916 Verdun Green

📋 copy color: '#4D5916'

red 77 ◦ green 89 ◦ blue 22

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

Shades of Verdun Green #4D5916

Tints of Verdun Green #4D5916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.34%

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 40.96%
G = 47.34%
B = 11.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#4D5916 (or 0x4D5916) is known color: Verdun Green. HEX triplet: 4D, 59 and 16. RGB value is (77,89,22). Sum of RGB (Red+Green+Blue) = 77+89+22=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5916 is #B2A6E9. Grayscale: #4E4E4E. Windows color (decimal): -11708138 or 1464653. OLE color: 1464653.

HSL color Cylindrical-coordinate representation of color #4D5916: hue angle of 70.75º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D5916 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 89 22 -
CMYK 0.13 0 0.75 0.65
HSL 70.75º 0.6% 0.22% -
HSV(B) 70.75º 0.75% 0.35% -
XYZ 6.78 8.78 2.1 -
YUV 77.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 77 89 22 0.13 0 0.75 0.65 70.75 0.6 0.22
Hex 4D 59 16 D 0 4B 41 47 3C 16
Octal 115 131 26 15 0 113 101 107 74 26
Binary 1001101 1011001 10110 1101 0 1001011 1000001 1000111 111100 10110

Color Harmonies of #4D5916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5916

Black with #4D5916

Text Example


Text Example

White with #4D5916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,89,22); }

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

background-color css

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

 a { background-color: rgb(77,89,22); }

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

border-color css

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

 span { border-color: rgb(77,89,22); }

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