Html Css Color HEX #4D690C Verdun Green

📋 copy color: '#4D690C'

red 77 ◦ green 105 ◦ blue 12

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

Shades of Verdun Green #4D690C

Tints of Verdun Green #4D690C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 39.69%
G = 54.12%
B = 6.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#4D690C (or 0x4D690C) is known color: Verdun Green. HEX triplet: 4D, 69 and 0C. RGB value is (77,105,12). Sum of RGB (Red+Green+Blue) = 77+105+12=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #4D690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D690C is #B296F3. Grayscale: #565656. Windows color (decimal): -11704052 or 813389. OLE color: 813389.

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

Color convert

RGB 77 105 12 -
CMYK 0.27 0 0.89 0.59
HSL 78.06º 0.79% 0.23% -
HSV(B) 78.06º 0.89% 0.41% -
XYZ 8.18 11.71 2.18 -
YUV 86.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 77 105 12 0.27 0 0.89 0.59 78.06 0.79 0.23
Hex 4D 69 C 1B 0 59 3B 4E 4F 17
Octal 115 151 14 33 0 131 73 116 117 27
Binary 1001101 1101001 1100 11011 0 1011001 111011 1001110 1001111 10111

Color Harmonies of #4D690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D690C

Black with #4D690C

Text Example


Text Example

White with #4D690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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