Html Css Color HEX #4E6013 Verdun Green

📋 copy color: '#4E6013'

red 78 ◦ green 96 ◦ blue 19

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

Shades of Verdun Green #4E6013

Tints of Verdun Green #4E6013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.74%

 BLUE value IS 19 (7.81% from 255) = 9.84%

R = 40.41%
G = 49.74%
B = 9.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#4E6013 (or 0x4E6013) is known color: Verdun Green. HEX triplet: 4E, 60 and 13. RGB value is (78,96,19). Sum of RGB (Red+Green+Blue) = 78+96+19=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6013 is #B19FEC. Grayscale: #525252. Windows color (decimal): -11640813 or 1269838. OLE color: 1269838.

HSL color Cylindrical-coordinate representation of color #4E6013: hue angle of 74.03º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E6013 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 96 19 -
CMYK 0.19 0 0.80 0.62
HSL 74.03º 0.67% 0.23% -
HSV(B) 74.03º 0.8% 0.38% -
XYZ 7.44 10.03 2.16 -
YUV 81.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 78 96 19 0.19 0 0.80 0.62 74.03 0.67 0.23
Hex 4E 60 13 13 0 50 3E 4A 43 17
Octal 116 140 23 23 0 120 76 112 103 27
Binary 1001110 1100000 10011 10011 0 1010000 111110 1001010 1000011 10111

Color Harmonies of #4E6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6013

Black with #4E6013

Text Example


Text Example

White with #4E6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,96,19); }

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

background-color css

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

 a { background-color: rgb(78,96,19); }

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

border-color css

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

 span { border-color: rgb(78,96,19); }

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