Html Css Color HEX #3E6213 Verdun Green

📋 copy color: '#3E6213'

red 62 ◦ green 98 ◦ blue 19

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

Shades of Verdun Green #3E6213

Tints of Verdun Green #3E6213

RGB

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

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

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

R = 34.64%
G = 54.75%
B = 10.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#3E6213 (or 0x3E6213) is known color: Verdun Green. HEX triplet: 3E, 62 and 13. RGB value is (62,98,19). Sum of RGB (Red+Green+Blue) = 62+98+19=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #3E6213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6213 is #C19DEC. Grayscale: #4E4E4E. Windows color (decimal): -12688877 or 1270334. OLE color: 1270334.

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

Color convert

RGB 62 98 19 -
CMYK 0.37 0 0.81 0.62
HSL 87.34º 0.68% 0.23% -
HSV(B) 87.34º 0.81% 0.38% -
XYZ 6.47 9.81 2.17 -
YUV 78.23 94.57 116.42 -
System Red Green Blue C M Y K H S L
Decimal 62 98 19 0.37 0 0.81 0.62 87.34 0.68 0.23
Hex 3E 62 13 25 0 51 3E 57 44 17
Octal 76 142 23 45 0 121 76 127 104 27
Binary 111110 1100010 10011 100101 0 1010001 111110 1010111 1000100 10111

Color Harmonies of #3E6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6213

Black with #3E6213

Text Example


Text Example

White with #3E6213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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