Html Css Color HEX #3E490F Verdun Green

📋 copy color: '#3E490F'

red 62 ◦ green 73 ◦ blue 15

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

Shades of Verdun Green #3E490F

Tints of Verdun Green #3E490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10%

R = 41.33%
G = 48.67%
B = 10%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#3E490F (or 0x3E490F) is known color: Verdun Green. HEX triplet: 3E, 49 and 0F. RGB value is (62,73,15). Sum of RGB (Red+Green+Blue) = 62+73+15=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #3E490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E490F is #C1B6F0. Grayscale: #3F3F3F. Windows color (decimal): -12695281 or 1001790. OLE color: 1001790.

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

Color convert

RGB 62 73 15 -
CMYK 0.15 0 0.79 0.71
HSL 71.38º 0.66% 0.17% -
HSV(B) 71.38º 0.79% 0.29% -
XYZ 4.46 5.82 1.34 -
YUV 63.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 62 73 15 0.15 0 0.79 0.71 71.38 0.66 0.17
Hex 3E 49 F F 0 4F 47 47 42 11
Octal 76 111 17 17 0 117 107 107 102 21
Binary 111110 1001001 1111 1111 0 1001111 1000111 1000111 1000010 10001

Color Harmonies of #3E490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E490F

Black with #3E490F

Text Example


Text Example

White with #3E490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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