Html Css Color HEX #4D6114 Verdun Green

📋 copy color: '#4D6114'

red 77 ◦ green 97 ◦ blue 20

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

Shades of Verdun Green #4D6114

Tints of Verdun Green #4D6114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 39.69%
G = 50%
B = 10.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#4D6114 (or 0x4D6114) is known color: Verdun Green. HEX triplet: 4D, 61 and 14. RGB value is (77,97,20). Sum of RGB (Red+Green+Blue) = 77+97+20=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6114 is #B29EEB. Grayscale: #525252. Windows color (decimal): -11706092 or 1335629. OLE color: 1335629.

HSL color Cylindrical-coordinate representation of color #4D6114: hue angle of 75.58º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D6114 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 97 20 -
CMYK 0.21 0 0.79 0.62
HSL 75.58º 0.66% 0.23% -
HSV(B) 75.58º 0.79% 0.38% -
XYZ 7.46 10.18 2.23 -
YUV 82.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 77 97 20 0.21 0 0.79 0.62 75.58 0.66 0.23
Hex 4D 61 14 15 0 4F 3E 4C 42 17
Octal 115 141 24 25 0 117 76 114 102 27
Binary 1001101 1100001 10100 10101 0 1001111 111110 1001100 1000010 10111

Color Harmonies of #4D6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6114

Black with #4D6114

Text Example


Text Example

White with #4D6114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,20); }

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

background-color css

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

 a { background-color: rgb(77,97,20); }

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

border-color css

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

 span { border-color: rgb(77,97,20); }

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