Html Css Color HEX #4D571A Verdun Green

📋 copy color: '#4D571A'

red 77 ◦ green 87 ◦ blue 26

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

Shades of Verdun Green #4D571A

Tints of Verdun Green #4D571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.79%

 BLUE value IS 26 (10.55% from 255) = 13.68%

R = 40.53%
G = 45.79%
B = 13.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#4D571A (or 0x4D571A) is known color: Verdun Green. HEX triplet: 4D, 57 and 1A. RGB value is (77,87,26). Sum of RGB (Red+Green+Blue) = 77+87+26=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #4D571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D571A is #B2A8E5. Grayscale: #4D4D4D. Windows color (decimal): -11708646 or 1726285. OLE color: 1726285.

HSL color Cylindrical-coordinate representation of color #4D571A: hue angle of 69.84º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D571A is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 77 87 26 -
CMYK 0.11 0 0.70 0.66
HSL 69.84º 0.54% 0.22% -
HSV(B) 69.84º 0.7% 0.34% -
XYZ 6.66 8.47 2.26 -
YUV 77.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 77 87 26 0.11 0 0.70 0.66 69.84 0.54 0.22
Hex 4D 57 1A B 0 46 42 46 36 16
Octal 115 127 32 13 0 106 102 106 66 26
Binary 1001101 1010111 11010 1011 0 1000110 1000010 1000110 110110 10110

Color Harmonies of #4D571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D571A

Black with #4D571A

Text Example


Text Example

White with #4D571A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,87,26); }

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

background-color css

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

 a { background-color: rgb(77,87,26); }

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

border-color css

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

 span { border-color: rgb(77,87,26); }

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