Html Css Color HEX #3E490B Verdun Green

📋 copy color: '#3E490B'

red 62 ◦ green 73 ◦ blue 11

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

Shades of Verdun Green #3E490B

Tints of Verdun Green #3E490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.53%

R = 42.47%
G = 50%
B = 7.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#3E490B (or 0x3E490B) is known color: Verdun Green. HEX triplet: 3E, 49 and 0B. RGB value is (62,73,11). Sum of RGB (Red+Green+Blue) = 62+73+11=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #3E490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E490B is #C1B6F4. Grayscale: #3E3E3E. Windows color (decimal): -12695285 or 739646. OLE color: 739646.

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

Color convert

RGB 62 73 11 -
CMYK 0.15 0 0.85 0.71
HSL 70.65º 0.74% 0.16% -
HSV(B) 70.65º 0.85% 0.29% -
XYZ 4.43 5.81 1.21 -
YUV 62.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 62 73 11 0.15 0 0.85 0.71 70.65 0.74 0.16
Hex 3E 49 B F 0 55 47 47 4A 10
Octal 76 111 13 17 0 125 107 107 112 20
Binary 111110 1001001 1011 1111 0 1010101 1000111 1000111 1001010 10000

Color Harmonies of #3E490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E490B

Black with #3E490B

Text Example


Text Example

White with #3E490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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