Html Css Color HEX #4D561A Verdun Green

📋 copy color: '#4D561A'

red 77 ◦ green 86 ◦ blue 26

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

Shades of Verdun Green #4D561A

Tints of Verdun Green #4D561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.5%

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

R = 40.74%
G = 45.5%
B = 13.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#4D561A (or 0x4D561A) is known color: Verdun Green. HEX triplet: 4D, 56 and 1A. RGB value is (77,86,26). Sum of RGB (Red+Green+Blue) = 77+86+26=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #4D561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D561A is #B2A9E5. Grayscale: #4C4C4C. Windows color (decimal): -11708902 or 1726029. OLE color: 1726029.

HSL color Cylindrical-coordinate representation of color #4D561A: hue angle of 69º 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 #4D561A is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 77 86 26 -
CMYK 0.10 0 0.70 0.66
HSL 69º 0.54% 0.22% -
HSV(B) 69º 0.7% 0.34% -
XYZ 6.57 8.31 2.23 -
YUV 76.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 77 86 26 0.10 0 0.70 0.66 69 0.54 0.22
Hex 4D 56 1A A 0 46 42 45 36 16
Octal 115 126 32 12 0 106 102 105 66 26
Binary 1001101 1010110 11010 1010 0 1000110 1000010 1000101 110110 10110

Color Harmonies of #4D561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D561A

Black with #4D561A

Text Example


Text Example

White with #4D561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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