Html Css Color HEX #4E6000 Verdun Green

📋 copy color: '#4E6000'

red 78 ◦ green 96 ◦ blue 0

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

Shades of Verdun Green #4E6000

Tints of Verdun Green #4E6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.83%
G = 55.17%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#4E6000 (or 0x4E6000) is known color: Verdun Green. HEX triplet: 4E, 60 and 00. RGB value is (78,96,0). Sum of RGB (Red+Green+Blue) = 78+96+0=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6000 is #B19FFF. Grayscale: #505050. Windows color (decimal): -11640832 or 24654. OLE color: 24654.

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

Color convert

RGB 78 96 0 -
CMYK 0.19 0 1 0.62
HSL 71.25º 1% 0.19% -
HSV(B) 71.25º 1% 0.38% -
XYZ 7.32 9.99 1.54 -
YUV 79.67 83.04 126.81 -
System Red Green Blue C M Y K H S L
Decimal 78 96 0 0.19 0 1 0.62 71.25 1 0.19
Hex 4E 60 0 13 0 64 3E 47 64 13
Octal 116 140 0 23 0 144 76 107 144 23
Binary 1001110 1100000 0 10011 0 1100100 111110 1000111 1100100 10011

Color Harmonies of #4E6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6000

Black with #4E6000

Text Example


Text Example

White with #4E6000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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