Html Css Color HEX #4E6516 Verdun Green

📋 copy color: '#4E6516'

red 78 ◦ green 101 ◦ blue 22

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

Shades of Verdun Green #4E6516

Tints of Verdun Green #4E6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.25%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 38.81%
G = 50.25%
B = 10.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#4E6516 (or 0x4E6516) is known color: Verdun Green. HEX triplet: 4E, 65 and 16. RGB value is (78,101,22). Sum of RGB (Red+Green+Blue) = 78+101+22=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #4E6516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6516 is #B19AE9. Grayscale: #555555. Windows color (decimal): -11639530 or 1467726. OLE color: 1467726.

HSL color Cylindrical-coordinate representation of color #4E6516: hue angle of 77.47º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E6516 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 78 101 22 -
CMYK 0.23 0 0.78 0.60
HSL 77.47º 0.64% 0.24% -
HSV(B) 77.47º 0.78% 0.4% -
XYZ 7.94 10.98 2.46 -
YUV 85.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 78 101 22 0.23 0 0.78 0.60 77.47 0.64 0.24
Hex 4E 65 16 17 0 4E 3C 4D 40 18
Octal 116 145 26 27 0 116 74 115 100 30
Binary 1001110 1100101 10110 10111 0 1001110 111100 1001101 1000000 11000

Color Harmonies of #4E6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6516

Black with #4E6516

Text Example


Text Example

White with #4E6516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,101,22); }

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

background-color css

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

 a { background-color: rgb(78,101,22); }

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

border-color css

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

 span { border-color: rgb(78,101,22); }

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