Html Css Color HEX #4D5415 Verdun Green

📋 copy color: '#4D5415'

red 77 ◦ green 84 ◦ blue 21

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

Shades of Verdun Green #4D5415

Tints of Verdun Green #4D5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 42.31%
G = 46.15%
B = 11.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#4D5415 (or 0x4D5415) is known color: Verdun Green. HEX triplet: 4D, 54 and 15. RGB value is (77,84,21). Sum of RGB (Red+Green+Blue) = 77+84+21=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5415 is #B2ABEA. Grayscale: #4A4A4A. Windows color (decimal): -11709419 or 1397837. OLE color: 1397837.

HSL color Cylindrical-coordinate representation of color #4D5415: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D5415 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 84 21 -
CMYK 0.08 0 0.75 0.67
HSL 66.67º 0.6% 0.21% -
HSV(B) 66.67º 0.75% 0.33% -
XYZ 6.37 7.97 1.91 -
YUV 74.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 77 84 21 0.08 0 0.75 0.67 66.67 0.6 0.21
Hex 4D 54 15 8 0 4B 43 43 3C 15
Octal 115 124 25 10 0 113 103 103 74 25
Binary 1001101 1010100 10101 1000 0 1001011 1000011 1000011 111100 10101

Color Harmonies of #4D5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5415

Black with #4D5415

Text Example


Text Example

White with #4D5415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,21); }

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

background-color css

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

 a { background-color: rgb(77,84,21); }

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

border-color css

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

 span { border-color: rgb(77,84,21); }

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