Html Css Color HEX #3E540C Verdun Green

📋 copy color: '#3E540C'

red 62 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #3E540C

Tints of Verdun Green #3E540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.16%

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 39.24%
G = 53.16%
B = 7.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#3E540C (or 0x3E540C) is known color: Verdun Green. HEX triplet: 3E, 54 and 0C. RGB value is (62,84,12). Sum of RGB (Red+Green+Blue) = 62+84+12=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #3E540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E540C is #C1ABF3. Grayscale: #454545. Windows color (decimal): -12692468 or 807998. OLE color: 807998.

HSL color Cylindrical-coordinate representation of color #3E540C: hue angle of 78.33º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E540C is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 84 12 -
CMYK 0.26 0 0.86 0.67
HSL 78.33º 0.75% 0.19% -
HSV(B) 78.33º 0.86% 0.33% -
XYZ 5.22 7.39 1.5 -
YUV 69.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 62 84 12 0.26 0 0.86 0.67 78.33 0.75 0.19
Hex 3E 54 C 1A 0 56 43 4E 4B 13
Octal 76 124 14 32 0 126 103 116 113 23
Binary 111110 1010100 1100 11010 0 1010110 1000011 1001110 1001011 10011

Color Harmonies of #3E540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E540C

Black with #3E540C

Text Example


Text Example

White with #3E540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,84,12); }

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

background-color css

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

 a { background-color: rgb(62,84,12); }

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

border-color css

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

 span { border-color: rgb(62,84,12); }

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