Html Css Color HEX #4E6114 Verdun Green

📋 copy color: '#4E6114'

red 78 ◦ green 97 ◦ blue 20

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

Shades of Verdun Green #4E6114

Tints of Verdun Green #4E6114

RGB

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

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

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

R = 40%
G = 49.74%
B = 10.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#4E6114 (or 0x4E6114) is known color: Verdun Green. HEX triplet: 4E, 61 and 14. RGB value is (78,97,20). Sum of RGB (Red+Green+Blue) = 78+97+20=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6114 is #B19EEB. Grayscale: #525252. Windows color (decimal): -11640556 or 1335630. OLE color: 1335630.

HSL color Cylindrical-coordinate representation of color #4E6114: hue angle of 74.81º 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 #4E6114 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 97 20 -
CMYK 0.20 0 0.79 0.62
HSL 74.81º 0.66% 0.23% -
HSV(B) 74.81º 0.79% 0.38% -
XYZ 7.54 10.22 2.24 -
YUV 82.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 78 97 20 0.20 0 0.79 0.62 74.81 0.66 0.23
Hex 4E 61 14 14 0 4F 3E 4B 42 17
Octal 116 141 24 24 0 117 76 113 102 27
Binary 1001110 1100001 10100 10100 0 1001111 111110 1001011 1000010 10111

Color Harmonies of #4E6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6114

Black with #4E6114

Text Example


Text Example

White with #4E6114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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