Html Css Color HEX #3E4914 Verdun Green

📋 copy color: '#3E4914'

red 62 ◦ green 73 ◦ blue 20

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

Shades of Verdun Green #3E4914

Tints of Verdun Green #3E4914

RGB

 RED value IS 62 (24.61% from 255) = 40%

 GREEN value IS 73 (28.91% from 255) = 47.1%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 40%
G = 47.1%
B = 12.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#3E4914 (or 0x3E4914) is known color: Verdun Green. HEX triplet: 3E, 49 and 14. RGB value is (62,73,20). Sum of RGB (Red+Green+Blue) = 62+73+20=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4914 is #C1B6EB. Grayscale: #3F3F3F. Windows color (decimal): -12695276 or 1329470. OLE color: 1329470.

HSL color Cylindrical-coordinate representation of color #3E4914: hue angle of 72.45º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E4914 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 73 20 -
CMYK 0.15 0 0.73 0.71
HSL 72.45º 0.57% 0.18% -
HSV(B) 72.45º 0.73% 0.29% -
XYZ 4.5 5.84 1.55 -
YUV 63.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 62 73 20 0.15 0 0.73 0.71 72.45 0.57 0.18
Hex 3E 49 14 F 0 49 47 48 39 12
Octal 76 111 24 17 0 111 107 110 71 22
Binary 111110 1001001 10100 1111 0 1001001 1000111 1001000 111001 10010

Color Harmonies of #3E4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4914

Black with #3E4914

Text Example


Text Example

White with #3E4914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E4914; }

 p { color: rgb(62,73,20); }

 H1.HeaderClassName
 {
   color: #3E4914;
 }
 .AnyTagClassName
 {
   color: #3E4914;
 }
</style>

background-color css

<style>
 a { background-color: #3E4914; }

 a { background-color: rgb(62,73,20); }

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

border-color css

<style>
 span { border-color: #3E4914; }

 span { border-color: rgb(62,73,20); }

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