Html Css Color HEX #4D5913 Verdun Green

📋 copy color: '#4D5913'

red 77 ◦ green 89 ◦ blue 19

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

Shades of Verdun Green #4D5913

Tints of Verdun Green #4D5913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 41.62%
G = 48.11%
B = 10.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#4D5913 (or 0x4D5913) is known color: Verdun Green. HEX triplet: 4D, 59 and 13. RGB value is (77,89,19). Sum of RGB (Red+Green+Blue) = 77+89+19=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5913 is #B2A6EC. Grayscale: #4D4D4D. Windows color (decimal): -11708141 or 1268045. OLE color: 1268045.

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

Color convert

RGB 77 89 19 -
CMYK 0.13 0 0.79 0.65
HSL 70.29º 0.65% 0.21% -
HSV(B) 70.29º 0.79% 0.35% -
XYZ 6.75 8.77 1.95 -
YUV 77.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 77 89 19 0.13 0 0.79 0.65 70.29 0.65 0.21
Hex 4D 59 13 D 0 4F 41 46 41 15
Octal 115 131 23 15 0 117 101 106 101 25
Binary 1001101 1011001 10011 1101 0 1001111 1000001 1000110 1000001 10101

Color Harmonies of #4D5913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5913

Black with #4D5913

Text Example


Text Example

White with #4D5913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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