Html Css Color HEX #3E4913 Verdun Green

📋 copy color: '#3E4913'

red 62 ◦ green 73 ◦ blue 19

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

Shades of Verdun Green #3E4913

Tints of Verdun Green #3E4913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 40.26%
G = 47.4%
B = 12.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#3E4913 (or 0x3E4913) is known color: Verdun Green. HEX triplet: 3E, 49 and 13. RGB value is (62,73,19). Sum of RGB (Red+Green+Blue) = 62+73+19=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4913 is #C1B6EC. Grayscale: #3F3F3F. Windows color (decimal): -12695277 or 1263934. OLE color: 1263934.

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

Color convert

RGB 62 73 19 -
CMYK 0.15 0 0.74 0.71
HSL 72.22º 0.59% 0.18% -
HSV(B) 72.22º 0.74% 0.29% -
XYZ 4.49 5.84 1.51 -
YUV 63.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 62 73 19 0.15 0 0.74 0.71 72.22 0.59 0.18
Hex 3E 49 13 F 0 4A 47 48 3B 12
Octal 76 111 23 17 0 112 107 110 73 22
Binary 111110 1001001 10011 1111 0 1001010 1000111 1001000 111011 10010

Color Harmonies of #3E4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4913

Black with #3E4913

Text Example


Text Example

White with #3E4913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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