Html Css Color HEX #4D5513 Verdun Green

📋 copy color: '#4D5513'

red 77 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #4D5513

Tints of Verdun Green #4D5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.96%

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

R = 42.54%
G = 46.96%
B = 10.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#4D5513 (or 0x4D5513) is known color: Verdun Green. HEX triplet: 4D, 55 and 13. RGB value is (77,85,19). Sum of RGB (Red+Green+Blue) = 77+85+19=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5513 is #B2AAEC. Grayscale: #4B4B4B. Windows color (decimal): -11709165 or 1267021. OLE color: 1267021.

HSL color Cylindrical-coordinate representation of color #4D5513: hue angle of 67.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D5513 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 85 19 -
CMYK 0.09 0 0.78 0.67
HSL 67.27º 0.63% 0.2% -
HSV(B) 67.27º 0.78% 0.33% -
XYZ 6.43 8.12 1.85 -
YUV 75.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 77 85 19 0.09 0 0.78 0.67 67.27 0.63 0.2
Hex 4D 55 13 9 0 4E 43 43 3F 14
Octal 115 125 23 11 0 116 103 103 77 24
Binary 1001101 1010101 10011 1001 0 1001110 1000011 1000011 111111 10100

Color Harmonies of #4D5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5513

Black with #4D5513

Text Example


Text Example

White with #4D5513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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