Html Css Color HEX #4E6900 Verdun Green

📋 copy color: '#4E6900'

red 78 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #4E6900

Tints of Verdun Green #4E6900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 57.38%

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

R = 42.62%
G = 57.38%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#4E6900 (or 0x4E6900) is known color: Verdun Green. HEX triplet: 4E, 69 and 00. RGB value is (78,105,0). Sum of RGB (Red+Green+Blue) = 78+105+0=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6900 is #B196FF. Grayscale: #555555. Windows color (decimal): -11638528 or 26958. OLE color: 26958.

HSL color Cylindrical-coordinate representation of color #4E6900: hue angle of 75.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E6900 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 105 0 -
CMYK 0.26 0 1 0.59
HSL 75.43º 1% 0.21% -
HSV(B) 75.43º 1% 0.41% -
XYZ 8.19 11.72 1.83 -
YUV 84.96 80.05 123.04 -
System Red Green Blue C M Y K H S L
Decimal 78 105 0 0.26 0 1 0.59 75.43 1 0.21
Hex 4E 69 0 1A 0 64 3B 4B 64 15
Octal 116 151 0 32 0 144 73 113 144 25
Binary 1001110 1101001 0 11010 0 1100100 111011 1001011 1100100 10101

Color Harmonies of #4E6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6900

Black with #4E6900

Text Example


Text Example

White with #4E6900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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