Html Css Color HEX #3E4D13 Verdun Green

📋 copy color: '#3E4D13'

red 62 ◦ green 77 ◦ blue 19

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

Shades of Verdun Green #3E4D13

Tints of Verdun Green #3E4D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 48.73%

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

R = 39.24%
G = 48.73%
B = 12.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#3E4D13 (or 0x3E4D13) is known color: Verdun Green. HEX triplet: 3E, 4D and 13. RGB value is (62,77,19). Sum of RGB (Red+Green+Blue) = 62+77+19=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #3E4D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E4D13 is #C1B2EC. Grayscale: #424242. Windows color (decimal): -12694253 or 1264958. OLE color: 1264958.

HSL color Cylindrical-coordinate representation of color #3E4D13: hue angle of 75.52º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E4D13 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 77 19 -
CMYK 0.19 0 0.75 0.70
HSL 75.52º 0.6% 0.19% -
HSV(B) 75.52º 0.75% 0.3% -
XYZ 4.76 6.38 1.6 -
YUV 65.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 62 77 19 0.19 0 0.75 0.70 75.52 0.6 0.19
Hex 3E 4D 13 13 0 4B 46 4C 3C 13
Octal 76 115 23 23 0 113 106 114 74 23
Binary 111110 1001101 10011 10011 0 1001011 1000110 1001100 111100 10011

Color Harmonies of #3E4D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4D13

Black with #3E4D13

Text Example


Text Example

White with #3E4D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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