Html Css Color HEX #3E490A Verdun Green

📋 copy color: '#3E490A'

red 62 ◦ green 73 ◦ blue 10

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

Shades of Verdun Green #3E490A

Tints of Verdun Green #3E490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.9%

R = 42.76%
G = 50.34%
B = 6.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#3E490A (or 0x3E490A) is known color: Verdun Green. HEX triplet: 3E, 49 and 0A. RGB value is (62,73,10). Sum of RGB (Red+Green+Blue) = 62+73+10=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #3E490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E490A is #C1B6F5. Grayscale: #3E3E3E. Windows color (decimal): -12695286 or 674110. OLE color: 674110.

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

Color convert

RGB 62 73 10 -
CMYK 0.15 0 0.86 0.71
HSL 70.48º 0.76% 0.16% -
HSV(B) 70.48º 0.86% 0.29% -
XYZ 4.42 5.81 1.18 -
YUV 62.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 62 73 10 0.15 0 0.86 0.71 70.48 0.76 0.16
Hex 3E 49 A F 0 56 47 46 4C 10
Octal 76 111 12 17 0 126 107 106 114 20
Binary 111110 1001001 1010 1111 0 1010110 1000111 1000110 1001100 10000

Color Harmonies of #3E490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E490A

Black with #3E490A

Text Example


Text Example

White with #3E490A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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