Html Css Color HEX #4E690C Verdun Green

📋 copy color: '#4E690C'

red 78 ◦ green 105 ◦ blue 12

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

Shades of Verdun Green #4E690C

Tints of Verdun Green #4E690C

RGB

 RED value IS 78 (30.86% from 255) = 40%

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

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

R = 40%
G = 53.85%
B = 6.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#4E690C (or 0x4E690C) is known color: Verdun Green. HEX triplet: 4E, 69 and 0C. RGB value is (78,105,12). Sum of RGB (Red+Green+Blue) = 78+105+12=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #4E690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E690C is #B196F3. Grayscale: #565656. Windows color (decimal): -11638516 or 813390. OLE color: 813390.

HSL color Cylindrical-coordinate representation of color #4E690C: hue angle of 77.42º 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 #4E690C is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 105 12 -
CMYK 0.26 0 0.89 0.59
HSL 77.42º 0.79% 0.23% -
HSV(B) 77.42º 0.89% 0.41% -
XYZ 8.26 11.75 2.18 -
YUV 86.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 78 105 12 0.26 0 0.89 0.59 77.42 0.79 0.23
Hex 4E 69 C 1A 0 59 3B 4D 4F 17
Octal 116 151 14 32 0 131 73 115 117 27
Binary 1001110 1101001 1100 11010 0 1011001 111011 1001101 1001111 10111

Color Harmonies of #4E690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E690C

Black with #4E690C

Text Example


Text Example

White with #4E690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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