Html Css Color HEX #3E620D Verdun Green

📋 copy color: '#3E620D'

red 62 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #3E620D

Tints of Verdun Green #3E620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.65%

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

R = 35.84%
G = 56.65%
B = 7.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#3E620D (or 0x3E620D) is known color: Verdun Green. HEX triplet: 3E, 62 and 0D. RGB value is (62,98,13). Sum of RGB (Red+Green+Blue) = 62+98+13=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #3E620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E620D is #C19DF2. Grayscale: #4D4D4D. Windows color (decimal): -12688883 or 877118. OLE color: 877118.

HSL color Cylindrical-coordinate representation of color #3E620D: hue angle of 85.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E620D is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 98 13 -
CMYK 0.37 0 0.87 0.62
HSL 85.41º 0.77% 0.22% -
HSV(B) 85.41º 0.87% 0.38% -
XYZ 6.43 9.79 1.93 -
YUV 77.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 62 98 13 0.37 0 0.87 0.62 85.41 0.77 0.22
Hex 3E 62 D 25 0 57 3E 55 4D 16
Octal 76 142 15 45 0 127 76 125 115 26
Binary 111110 1100010 1101 100101 0 1010111 111110 1010101 1001101 10110

Color Harmonies of #3E620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E620D

Black with #3E620D

Text Example


Text Example

White with #3E620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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