Html Css Color HEX #4E6A01 Verdun Green

📋 copy color: '#4E6A01'

red 78 ◦ green 106 ◦ blue 1

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

Shades of Verdun Green #4E6A01

Tints of Verdun Green #4E6A01

RGB

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

 GREEN value IS 106 (41.8% from 255) = 57.3%

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

R = 42.16%
G = 57.3%
B = 0.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#4E6A01 (or 0x4E6A01) is known color: Verdun Green. HEX triplet: 4E, 6A and 01. RGB value is (78,106,1). Sum of RGB (Red+Green+Blue) = 78+106+1=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 106 (41.80% from 255 or 57.30% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6A01 is #B195FE. Grayscale: #565656. Windows color (decimal): -11638271 or 92750. OLE color: 92750.

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

Color convert

RGB 78 106 1 -
CMYK 0.26 0 0.99 0.58
HSL 76º 0.98% 0.21% -
HSV(B) 76º 0.99% 0.42% -
XYZ 8.3 11.93 1.89 -
YUV 85.66 80.22 122.54 -
System Red Green Blue C M Y K H S L
Decimal 78 106 1 0.26 0 0.99 0.58 76 0.98 0.21
Hex 4E 6A 1 1A 0 63 3A 4C 62 15
Octal 116 152 1 32 0 143 72 114 142 25
Binary 1001110 1101010 1 11010 0 1100011 111010 1001100 1100010 10101

Color Harmonies of #4E6A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6A01

Black with #4E6A01

Text Example


Text Example

White with #4E6A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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