Html Css Color HEX #4D5A1A Verdun Green

📋 copy color: '#4D5A1A'

red 77 ◦ green 90 ◦ blue 26

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

Shades of Verdun Green #4D5A1A

Tints of Verdun Green #4D5A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.63%

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

R = 39.9%
G = 46.63%
B = 13.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#4D5A1A (or 0x4D5A1A) is known color: Verdun Green. HEX triplet: 4D, 5A and 1A. RGB value is (77,90,26). Sum of RGB (Red+Green+Blue) = 77+90+26=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A1A is #B2A5E5. Grayscale: #4F4F4F. Windows color (decimal): -11707878 or 1727053. OLE color: 1727053.

HSL color Cylindrical-coordinate representation of color #4D5A1A: hue angle of 72.19º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D5A1A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 90 26 -
CMYK 0.14 0 0.71 0.65
HSL 72.19º 0.55% 0.23% -
HSV(B) 72.19º 0.71% 0.35% -
XYZ 6.9 8.96 2.34 -
YUV 78.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 77 90 26 0.14 0 0.71 0.65 72.19 0.55 0.23
Hex 4D 5A 1A E 0 47 41 48 37 17
Octal 115 132 32 16 0 107 101 110 67 27
Binary 1001101 1011010 11010 1110 0 1000111 1000001 1001000 110111 10111

Color Harmonies of #4D5A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5A1A

Black with #4D5A1A

Text Example


Text Example

White with #4D5A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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