Html Css Color HEX #3E540D Verdun Green

📋 copy color: '#3E540D'

red 62 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #3E540D

Tints of Verdun Green #3E540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 38.99%
G = 52.83%
B = 8.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#3E540D (or 0x3E540D) is known color: Verdun Green. HEX triplet: 3E, 54 and 0D. RGB value is (62,84,13). Sum of RGB (Red+Green+Blue) = 62+84+13=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #3E540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E540D is #C1ABF2. Grayscale: #454545. Windows color (decimal): -12692467 or 873534. OLE color: 873534.

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

Color convert

RGB 62 84 13 -
CMYK 0.26 0 0.85 0.67
HSL 78.59º 0.73% 0.19% -
HSV(B) 78.59º 0.85% 0.33% -
XYZ 5.23 7.39 1.53 -
YUV 69.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 62 84 13 0.26 0 0.85 0.67 78.59 0.73 0.19
Hex 3E 54 D 1A 0 55 43 4F 49 13
Octal 76 124 15 32 0 125 103 117 111 23
Binary 111110 1010100 1101 11010 0 1010101 1000011 1001111 1001001 10011

Color Harmonies of #3E540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E540D

Black with #3E540D

Text Example


Text Example

White with #3E540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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