Html Css Color HEX #4E5114 Verdun Green

📋 copy color: '#4E5114'

red 78 ◦ green 81 ◦ blue 20

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

Shades of Verdun Green #4E5114

Tints of Verdun Green #4E5114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.25%

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

R = 43.58%
G = 45.25%
B = 11.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#4E5114 (or 0x4E5114) is known color: Verdun Green. HEX triplet: 4E, 51 and 14. RGB value is (78,81,20). Sum of RGB (Red+Green+Blue) = 78+81+20=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #4E5114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5114 is #B1AEEB. Grayscale: #494949. Windows color (decimal): -11644652 or 1331534. OLE color: 1331534.

HSL color Cylindrical-coordinate representation of color #4E5114: hue angle of 62.95º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E5114 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 78 81 20 -
CMYK 0.04 0 0.75 0.68
HSL 62.95º 0.6% 0.2% -
HSV(B) 62.95º 0.75% 0.32% -
XYZ 6.21 7.56 1.79 -
YUV 73.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 78 81 20 0.04 0 0.75 0.68 62.95 0.6 0.2
Hex 4E 51 14 4 0 4B 44 3F 3C 14
Octal 116 121 24 4 0 113 104 77 74 24
Binary 1001110 1010001 10100 100 0 1001011 1000100 111111 111100 10100

Color Harmonies of #4E5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5114

Black with #4E5114

Text Example


Text Example

White with #4E5114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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