Html Css Color HEX #4D690E Verdun Green

📋 copy color: '#4D690E'

red 77 ◦ green 105 ◦ blue 14

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

Shades of Verdun Green #4D690E

Tints of Verdun Green #4D690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.57%

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 39.29%
G = 53.57%
B = 7.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#4D690E (or 0x4D690E) is known color: Verdun Green. HEX triplet: 4D, 69 and 0E. RGB value is (77,105,14). Sum of RGB (Red+Green+Blue) = 77+105+14=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #4D690E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D690E is #B296F1. Grayscale: #565656. Windows color (decimal): -11704050 or 944461. OLE color: 944461.

HSL color Cylindrical-coordinate representation of color #4D690E: hue angle of 78.46º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D690E is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 14 -
CMYK 0.27 0 0.87 0.59
HSL 78.46º 0.76% 0.23% -
HSV(B) 78.46º 0.87% 0.41% -
XYZ 8.19 11.71 2.24 -
YUV 86.25 87.22 121.4 -
System Red Green Blue C M Y K H S L
Decimal 77 105 14 0.27 0 0.87 0.59 78.46 0.76 0.23
Hex 4D 69 E 1B 0 57 3B 4E 4C 17
Octal 115 151 16 33 0 127 73 116 114 27
Binary 1001101 1101001 1110 11011 0 1010111 111011 1001110 1001100 10111

Color Harmonies of #4D690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D690E

Black with #4D690E

Text Example


Text Example

White with #4D690E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,105,14); }

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

background-color css

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

 a { background-color: rgb(77,105,14); }

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

border-color css

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

 span { border-color: rgb(77,105,14); }

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