Html Css Color HEX #4D5A13 Verdun Green

📋 copy color: '#4D5A13'

red 77 ◦ green 90 ◦ blue 19

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

Shades of Verdun Green #4D5A13

Tints of Verdun Green #4D5A13

RGB

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

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

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

R = 41.4%
G = 48.39%
B = 10.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#4D5A13 (or 0x4D5A13) is known color: Verdun Green. HEX triplet: 4D, 5A and 13. RGB value is (77,90,19). Sum of RGB (Red+Green+Blue) = 77+90+19=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5A13 is #B2A5EC. Grayscale: #4E4E4E. Windows color (decimal): -11707885 or 1268301. OLE color: 1268301.

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

Color convert

RGB 77 90 19 -
CMYK 0.14 0 0.79 0.65
HSL 70.99º 0.65% 0.21% -
HSV(B) 70.99º 0.79% 0.35% -
XYZ 6.83 8.94 1.98 -
YUV 78.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 77 90 19 0.14 0 0.79 0.65 70.99 0.65 0.21
Hex 4D 5A 13 E 0 4F 41 47 41 15
Octal 115 132 23 16 0 117 101 107 101 25
Binary 1001101 1011010 10011 1110 0 1001111 1000001 1000111 1000001 10101

Color Harmonies of #4D5A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5A13

Black with #4D5A13

Text Example


Text Example

White with #4D5A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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