Html Css Color HEX #4E6202 Verdun Green

📋 copy color: '#4E6202'

red 78 ◦ green 98 ◦ blue 2

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

Shades of Verdun Green #4E6202

Tints of Verdun Green #4E6202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.06%

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 43.82%
G = 55.06%
B = 1.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#4E6202 (or 0x4E6202) is known color: Verdun Green. HEX triplet: 4E, 62 and 02. RGB value is (78,98,2). Sum of RGB (Red+Green+Blue) = 78+98+2=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #4E6202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6202 is #B19DFD. Grayscale: #515151. Windows color (decimal): -11640318 or 156238. OLE color: 156238.

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

Color convert

RGB 78 98 2 -
CMYK 0.20 0 0.98 0.62
HSL 72.5º 0.96% 0.2% -
HSV(B) 72.5º 0.98% 0.38% -
XYZ 7.52 10.36 1.66 -
YUV 81.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 78 98 2 0.20 0 0.98 0.62 72.5 0.96 0.2
Hex 4E 62 2 14 0 62 3E 48 60 14
Octal 116 142 2 24 0 142 76 110 140 24
Binary 1001110 1100010 10 10100 0 1100010 111110 1001000 1100000 10100

Color Harmonies of #4E6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6202

Black with #4E6202

Text Example


Text Example

White with #4E6202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,98,2); }

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

background-color css

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

 a { background-color: rgb(78,98,2); }

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

border-color css

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

 span { border-color: rgb(78,98,2); }

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