Html Css Color HEX #4E6901 Verdun Green

📋 copy color: '#4E6901'

red 78 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #4E6901

Tints of Verdun Green #4E6901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 42.39%
G = 57.07%
B = 0.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#4E6901 (or 0x4E6901) is known color: Verdun Green. HEX triplet: 4E, 69 and 01. RGB value is (78,105,1). Sum of RGB (Red+Green+Blue) = 78+105+1=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6901 is #B196FE. Grayscale: #555555. Windows color (decimal): -11638527 or 92494. OLE color: 92494.

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

Color convert

RGB 78 105 1 -
CMYK 0.26 0 0.99 0.59
HSL 75.58º 0.98% 0.21% -
HSV(B) 75.58º 0.99% 0.41% -
XYZ 8.2 11.73 1.86 -
YUV 85.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 78 105 1 0.26 0 0.99 0.59 75.58 0.98 0.21
Hex 4E 69 1 1A 0 63 3B 4C 62 15
Octal 116 151 1 32 0 143 73 114 142 25
Binary 1001110 1101001 1 11010 0 1100011 111011 1001100 1100010 10101

Color Harmonies of #4E6901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6901

Black with #4E6901

Text Example


Text Example

White with #4E6901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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